#C8A8CB

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

Shades of Lilac #C8A8CB

Tints of Lilac #C8A8CB

Color information

#C8A8CB (or 0xC8A8CB) is unknown color: approx Lilac. HEX triplet: C8, A8 and CB. RGB value is (200,168,203). Sum of RGB (Red+Green+Blue) = 200+168+203=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 168 (66.02% from 255 or 29.42% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 203 - color contains mainly: blue. Hex color #C8A8CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A8CB is #375734. Grayscale: #B5B5B5. Windows color (decimal): -3626805 or 13347016. OLE color: 13347016.

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

Color convert

RGB200168203-
CMYK0.010.1700.20
HSL294.86º25.18%72.75%-
HSV(B)294.86º17.24%79.61%-
XYZ48.644.662.55-
YUV181.56140.1141.15-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.03%
GREEN value IS 168 (66.02% from 255) = 29.42%
BLUE value IS 203 (79.69% from 255) = 35.55%
R=35.03%
G=29.42%
B=35.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2001682030.010.1700.20294.8625.1872.75
HexC8A8CB1110141271949
Octal31025031312102444731111
Binary110010001010100011001011110001010100100100111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A8CB; }

 p { color: rgb(200,168,203); }

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

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

 a { background-color: rgb(200,168,203); }

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

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

 span { border-color: rgb(200,168,203); }

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