#C9A4CD

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

Shades of Lilac #C9A4CD

Tints of Lilac #C9A4CD

Color information

#C9A4CD (or 0xC9A4CD) is unknown color: approx Lilac. HEX triplet: C9, A4 and CD. RGB value is (201,164,205). Sum of RGB (Red+Green+Blue) = 201+164+205=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 164 (64.45% from 255 or 28.77% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 205 - color contains mainly: blue. Hex color #C9A4CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A4CD is #365B32. Grayscale: #B3B3B3. Windows color (decimal): -3562291 or 13477065. OLE color: 13477065.

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

Color convert

RGB201164205-
CMYK0.020.200.20
HSL294.15º29.08%72.35%-
HSV(B)294.15º20%80.39%-
XYZ48.3843.3863.58-
YUV179.74142.26143.17-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.26%
GREEN value IS 164 (64.45% from 255) = 28.77%
BLUE value IS 205 (80.47% from 255) = 35.96%
R=35.26%
G=28.77%
B=35.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011642050.020.200.20294.1529.0872.35
HexC9A4CD2140141261d48
Octal31124431522402444635110
Binary1100100110100100110011011010100010100100100110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A4CD; }

 p { color: rgb(201,164,205); }

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

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

 a { background-color: rgb(201,164,205); }

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

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

 span { border-color: rgb(201,164,205); }

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