#C8A6CD

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

Shades of Lilac #C8A6CD

Tints of Lilac #C8A6CD

Color information

#C8A6CD (or 0xC8A6CD) is unknown color: approx Lilac. HEX triplet: C8, A6 and CD. RGB value is (200,166,205). Sum of RGB (Red+Green+Blue) = 200+166+205=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 166 (65.23% from 255 or 29.07% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 205 - color contains mainly: blue. Hex color #C8A6CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A6CD is #375932. Grayscale: #B4B4B4. Windows color (decimal): -3627315 or 13477576. OLE color: 13477576.

HSL color Cylindrical-coordinate representation of color #C8A6CD: hue angle of 292.31º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8A6CD is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB200166205-
CMYK0.020.1900.20
HSL292.31º28.06%72.75%-
HSV(B)292.31º19.02%80.39%-
XYZ48.4843.9663.69-
YUV180.61141.76141.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.03%
GREEN value IS 166 (65.23% from 255) = 29.07%
BLUE value IS 205 (80.47% from 255) = 35.90%
R=35.03%
G=29.07%
B=35.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2001662050.020.1900.20292.3128.0672.75
HexC8A6CD2130141241c49
Octal31024631522302444434111
Binary1100100010100110110011011010011010100100100100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A6CD; }

 p { color: rgb(200,166,205); }

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

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

 a { background-color: rgb(200,166,205); }

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

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

 span { border-color: rgb(200,166,205); }

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