#C086CA

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

Shades of Lilac #C086CA

Tints of Lilac #C086CA

Color information

#C086CA (or 0xC086CA) is unknown color: approx Lilac. HEX triplet: C0, 86 and CA. RGB value is (192,134,202). Sum of RGB (Red+Green+Blue) = 192+134+202=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 134 (52.73% from 255 or 25.38% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #C086CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C086CA is #3F7935. Grayscale: #9E9E9E. Windows color (decimal): -4159798 or 13272768. OLE color: 13272768.

HSL color Cylindrical-coordinate representation of color #C086CA: hue angle of 291.18º 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 #C086CA is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB192134202-
CMYK0.050.3400.21
HSL291.18º39.08%65.88%-
HSV(B)291.18º33.66%79.22%-
XYZ40.9232.5260-
YUV159.09152.22151.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.36%
GREEN value IS 134 (52.73% from 255) = 25.38%
BLUE value IS 202 (79.30% from 255) = 38.26%
R=36.36%
G=25.38%
B=38.26%

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
Decimal1921342020.050.3400.21291.1839.0865.88
HexC086CA5220151232742
Octal30020631254202544347102
Binary1100000010000110110010101011000100101011001000111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C086CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C086CA; }

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

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

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

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

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

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

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

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