#CD96D3

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

Shades of Lilac #CD96D3

Tints of Lilac #CD96D3

Color information

#CD96D3 (or 0xCD96D3) is unknown color: approx Lilac. HEX triplet: CD, 96 and D3. RGB value is (205,150,211). Sum of RGB (Red+Green+Blue) = 205+150+211=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 211 (82.81% from 255 or 37.28% from 566); Max value from RGB is 211 - color contains mainly: blue. Hex color #CD96D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD96D3 is #32692C. Grayscale: #ADADAD. Windows color (decimal): -3303725 or 13866701. OLE color: 13866701.

HSL color Cylindrical-coordinate representation of color #CD96D3: hue angle of 294.1º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CD96D3 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB205150211-
CMYK0.030.2900.17
HSL294.1º40.94%70.78%-
HSV(B)294.1º28.91%82.75%-
XYZ47.8439.4966.73-
YUV173.4149.22150.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.22%
GREEN value IS 150 (58.98% from 255) = 26.50%
BLUE value IS 211 (82.81% from 255) = 37.28%
R=36.22%
G=26.50%
B=37.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2051502110.030.2900.17294.140.9470.78
HexCD96D331D0111262947
Octal31522632333502144651107
Binary11001101100101101101001111111010100011001001101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD96D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD96D3; }

 p { color: rgb(205,150,211); }

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

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

 a { background-color: rgb(205,150,211); }

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

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

 span { border-color: rgb(205,150,211); }

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