#C886CA

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

Shades of Lilac #C886CA

Tints of Lilac #C886CA

Color information

#C886CA (or 0xC886CA) is unknown color: approx Lilac. HEX triplet: C8, 86 and CA. RGB value is (200,134,202). Sum of RGB (Red+Green+Blue) = 200+134+202=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 134 (52.73% from 255 or 25% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 202 - color contains mainly: blue. Hex color #C886CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C886CA is #377935. Grayscale: #A1A1A1. Windows color (decimal): -3635510 or 13272776. OLE color: 13272776.

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

Color convert

RGB200134202-
CMYK0.010.3400.21
HSL298.24º39.08%65.88%-
HSV(B)298.24º33.66%79.22%-
XYZ43.0133.5960.09-
YUV161.49150.87155.47-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.31%
GREEN value IS 134 (52.73% from 255) = 25%
BLUE value IS 202 (79.30% from 255) = 37.69%
R=37.31%
G=25%
B=37.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2001342020.010.3400.21298.2439.0865.88
HexC886CA12201512a2742
Octal31020631214202545247102
Binary11001000100001101100101011000100101011001010101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C886CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C886CA; }

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

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

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

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

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

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

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

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