#CD9AD0

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

Shades of Lilac #CD9AD0

Tints of Lilac #CD9AD0

Color information

#CD9AD0 (or 0xCD9AD0) is unknown color: approx Lilac. HEX triplet: CD, 9A and D0. RGB value is (205,154,208). Sum of RGB (Red+Green+Blue) = 205+154+208=567 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.16% from 567); Green value is 154 (60.55% from 255 or 27.16% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 208 - color contains mainly: blue. Hex color #CD9AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9AD0 is #32652F. Grayscale: #AFAFAF. Windows color (decimal): -3302704 or 13671117. OLE color: 13671117.

HSL color Cylindrical-coordinate representation of color #CD9AD0: hue angle of 296.67º degrees, saturation: 0.36, 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 #CD9AD0 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB205154208-
CMYK0.010.2600.18
HSL296.67º36.49%70.98%-
HSV(B)296.67º25.96%81.57%-
XYZ48.1240.6464.98-
YUV175.4146.4149.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.16%
GREEN value IS 154 (60.55% from 255) = 27.16%
BLUE value IS 208 (81.64% from 255) = 36.68%
R=36.16%
G=27.16%
B=36.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2051542080.010.2600.18296.6736.4970.98
HexCD9AD011A0121292447
Octal31523232013202245144107
Binary1100110110011010110100001110100100101001010011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9AD0; }

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

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

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

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

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

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

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

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