#C059CE

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

Shades of Medium Orchid #C059CE

Tints of Medium Orchid #C059CE

Color information

#C059CE (or 0xC059CE) is unknown color: approx Medium Orchid. HEX triplet: C0, 59 and CE. RGB value is (192,89,206). Sum of RGB (Red+Green+Blue) = 192+89+206=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 89 (35.16% from 255 or 18.28% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #C059CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C059CE is #3FA631. Grayscale: #848484. Windows color (decimal): -4171314 or 13523392. OLE color: 13523392.

HSL color Cylindrical-coordinate representation of color #C059CE: hue angle of 292.82º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C059CE is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19289206-
CMYK0.070.5700.19
HSL292.82º54.42%57.84%-
HSV(B)292.82º56.8%80.78%-
XYZ36.4522.8160.87-
YUV133.14169.12169.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.43%
GREEN value IS 89 (35.16% from 255) = 18.28%
BLUE value IS 206 (80.86% from 255) = 42.30%
R=39.43%
G=18.28%
B=42.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal192892060.070.5700.19292.8254.4257.84
HexC059CE739013125363a
Octal3001313167710234456672
Binary11000000101100111001110111111001010011100100101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C059CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C059CE; }

 p { color: rgb(192,89,206); }

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

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

 a { background-color: rgb(192,89,206); }

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

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

 span { border-color: rgb(192,89,206); }

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