#CC86CA

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

Shades of Lilac #CC86CA

Tints of Lilac #CC86CA

Color information

#CC86CA (or 0xCC86CA) is unknown color: approx Lilac. HEX triplet: CC, 86 and CA. RGB value is (204,134,202). Sum of RGB (Red+Green+Blue) = 204+134+202=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 134 (52.73% from 255 or 24.81% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 204 - color contains mainly: red. Hex color #CC86CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC86CA is #337935. Grayscale: #A2A2A2. Windows color (decimal): -3373366 or 13272780. OLE color: 13272780.

HSL color Cylindrical-coordinate representation of color #CC86CA: hue angle of 301.71º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC86CA is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB204134202-
CMYK00.340.010.2
HSL301.71º40.7%66.27%-
HSV(B)301.71º34.31%80%-
XYZ44.0934.1560.15-
YUV162.68150.19157.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.78%
GREEN value IS 134 (52.73% from 255) = 24.81%
BLUE value IS 202 (79.30% from 255) = 37.41%
R=37.78%
G=24.81%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413420200.340.010.2301.7140.766.27
HexCC86CA02211412e2942
Octal31420631204212445651102
Binary11001100100001101100101001000101101001001011101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC86CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC86CA; }

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

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

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

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

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

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

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

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