#CD9AD1

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

Shades of Lilac #CD9AD1

Tints of Lilac #CD9AD1

Color information

#CD9AD1 (or 0xCD9AD1) is unknown color: approx Lilac. HEX triplet: CD, 9A and D1. RGB value is (205,154,209). Sum of RGB (Red+Green+Blue) = 205+154+209=568 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.09% from 568); Green value is 154 (60.55% from 255 or 27.11% from 568); Blue value is 209 (82.03% from 255 or 36.80% from 568); Max value from RGB is 209 - color contains mainly: blue. Hex color #CD9AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9AD1 is #32652E. Grayscale: #AFAFAF. Windows color (decimal): -3302703 or 13736653. OLE color: 13736653.

HSL color Cylindrical-coordinate representation of color #CD9AD1: hue angle of 295.64º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CD9AD1 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB205154209-
CMYK0.020.2600.18
HSL295.64º37.41%71.18%-
HSV(B)295.64º26.32%81.96%-
XYZ48.2440.6965.63-
YUV175.52146.9149.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.09%
GREEN value IS 154 (60.55% from 255) = 27.11%
BLUE value IS 209 (82.03% from 255) = 36.80%
R=36.09%
G=27.11%
B=36.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2051542090.020.2600.18295.6437.4171.18
HexCD9AD121A0121282547
Octal31523232123202245045107
Binary11001101100110101101000110110100100101001010001001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9AD1; }

 p { color: rgb(205,154,209); }

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

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

 a { background-color: rgb(205,154,209); }

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

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

 span { border-color: rgb(205,154,209); }

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