#C085CA

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

Shades of Lilac #C085CA

Tints of Lilac #C085CA

Color information

#C085CA (or 0xC085CA) is unknown color: approx Lilac. HEX triplet: C0, 85 and CA. RGB value is (192,133,202). Sum of RGB (Red+Green+Blue) = 192+133+202=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 202 - color contains mainly: blue. Hex color #C085CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C085CA is #3F7A35. Grayscale: #9E9E9E. Windows color (decimal): -4160054 or 13272512. OLE color: 13272512.

HSL color Cylindrical-coordinate representation of color #C085CA: hue angle of 291.3º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C085CA is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB192133202-
CMYK0.050.3400.21
HSL291.3º39.43%65.69%-
HSV(B)291.3º34.16%79.22%-
XYZ40.7932.2559.95-
YUV158.51152.55151.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.43%
GREEN value IS 133 (52.34% from 255) = 25.24%
BLUE value IS 202 (79.30% from 255) = 38.33%
R=36.43%
G=25.24%
B=38.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1921332020.050.3400.21291.339.4365.69
HexC085CA5220151232742
Octal30020531254202544347102
Binary1100000010000101110010101011000100101011001000111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C085CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C085CA; }

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

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

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

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

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

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

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

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