#CD9AD3

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

Shades of Lilac #CD9AD3

Tints of Lilac #CD9AD3

Color information

#CD9AD3 (or 0xCD9AD3) is unknown color: approx Lilac. HEX triplet: CD, 9A and D3. RGB value is (205,154,211). Sum of RGB (Red+Green+Blue) = 205+154+211=570 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.96% from 570); Green value is 154 (60.55% from 255 or 27.02% from 570); Blue value is 211 (82.81% from 255 or 37.02% from 570); Max value from RGB is 211 - color contains mainly: blue. Hex color #CD9AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9AD3 is #32652C. Grayscale: #AFAFAF. Windows color (decimal): -3302701 or 13867725. OLE color: 13867725.

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

Color convert

RGB205154211-
CMYK0.030.2700.17
HSL293.68º39.31%71.57%-
HSV(B)293.68º27.01%82.75%-
XYZ48.4940.7966.95-
YUV175.75147.9148.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.96%
GREEN value IS 154 (60.55% from 255) = 27.02%
BLUE value IS 211 (82.81% from 255) = 37.02%
R=35.96%
G=27.02%
B=37.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2051542110.030.2700.17293.6839.3171.57
HexCD9AD331B0111262748
Octal31523232333302144647110
Binary11001101100110101101001111110110100011001001101001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9AD3; }

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

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

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

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

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

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

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

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