#C085C6

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

Shades of Lilac #C085C6

Tints of Lilac #C085C6

Color information

#C085C6 (or 0xC085C6) is unknown color: approx Lilac. HEX triplet: C0, 85 and C6. RGB value is (192,133,198). Sum of RGB (Red+Green+Blue) = 192+133+198=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 198 (77.73% from 255 or 37.86% from 523); Max value from RGB is 198 - color contains mainly: blue. Hex color #C085C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C085C6 is #3F7A39. Grayscale: #9D9D9D. Windows color (decimal): -4160058 or 13010368. OLE color: 13010368.

HSL color Cylindrical-coordinate representation of color #C085C6: hue angle of 294.46º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C085C6 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB192133198-
CMYK0.030.3300.22
HSL294.46º36.31%64.9%-
HSV(B)294.46º32.83%77.65%-
XYZ40.3232.0657.49-
YUV158.05150.55152.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.71%
GREEN value IS 133 (52.34% from 255) = 25.43%
BLUE value IS 198 (77.73% from 255) = 37.86%
R=36.71%
G=25.43%
B=37.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1921331980.030.3300.22294.4636.3164.9
HexC085C63210161262441
Octal30020530634102644644101
Binary110000001000010111000110111000010101101001001101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C085C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C085C6; }

 p { color: rgb(192,133,198); }

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

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

 a { background-color: rgb(192,133,198); }

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

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

 span { border-color: rgb(192,133,198); }

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