#C8A8CD

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

Shades of Lilac #C8A8CD

Tints of Lilac #C8A8CD

Color information

#C8A8CD (or 0xC8A8CD) is unknown color: approx Lilac. HEX triplet: C8, A8 and CD. RGB value is (200,168,205). Sum of RGB (Red+Green+Blue) = 200+168+205=573 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.90% from 573); Green value is 168 (66.02% from 255 or 29.32% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 205 - color contains mainly: blue. Hex color #C8A8CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A8CD is #375732. Grayscale: #B5B5B5. Windows color (decimal): -3626803 or 13478088. OLE color: 13478088.

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

Color convert

RGB200168205-
CMYK0.020.1800.20
HSL291.89º27.01%73.14%-
HSV(B)291.89º18.05%80.39%-
XYZ48.8444.6963.81-
YUV181.79141.1140.99-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.90%
GREEN value IS 168 (66.02% from 255) = 29.32%
BLUE value IS 205 (80.47% from 255) = 35.78%
R=34.90%
G=29.32%
B=35.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2001682050.020.1800.20291.8927.0173.14
HexC8A8CD2120141241b49
Octal31025031522202444433111
Binary1100100010101000110011011010010010100100100100110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A8CD; }

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

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

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

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

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

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

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

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