#C063CD

Color #C063CD Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C063CD

Tints of Medium Orchid #C063CD

Color information

#C063CD (or 0xC063CD) is unknown color: approx Medium Orchid. HEX triplet: C0, 63 and CD. RGB value is (192,99,205). Sum of RGB (Red+Green+Blue) = 192+99+205=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 99 (39.06% from 255 or 19.96% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #C063CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C063CD is #3F9C32. Grayscale: #8A8A8A. Windows color (decimal): -4168755 or 13460416. OLE color: 13460416.

HSL color Cylindrical-coordinate representation of color #C063CD: hue angle of 292.64º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C063CD is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19299205-
CMYK0.060.5200.20
HSL292.64º51.46%59.61%-
HSV(B)292.64º51.71%80.39%-
XYZ37.2224.5460.53-
YUV138.89165.31165.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 38.71%
GREEN value IS 99 (39.06% from 255) = 19.96%
BLUE value IS 205 (80.47% from 255) = 41.33%
R=38.71%
G=19.96%
B=41.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal192992050.060.5200.20292.6451.4659.61
HexC063CD634014125333c
Octal3001433156640244456374
Binary11000000110001111001101110110100010100100100101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C063CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C063CD; }

 p { color: rgb(192,99,205); }

 H1.HeaderClassName
 {
   color: #C063CD;
 }
 .AnyTagClassName
 {
   color: #C063CD;
 }
</style>
background-color css

<style>
 a { background-color: #C063CD; }

 a { background-color: rgb(192,99,205); }

 div.DivClassName
 {
   background-color: #C063CD;
 }
 .BgClassName
 {
   background-color: #C063CD;
 }
</style>
border-color css

<style>
 span { border-color: #C063CD; }

 span { border-color: rgb(192,99,205); }

 td.TdClassName
 {
   border-color: #C063CD;
 }
 .TagClassName
 {
   border-color: #C063CD;
 }
</style>