#CD97D2

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

Shades of Lilac #CD97D2

Tints of Lilac #CD97D2

Color information

#CD97D2 (or 0xCD97D2) is unknown color: approx Lilac. HEX triplet: CD, 97 and D2. RGB value is (205,151,210). Sum of RGB (Red+Green+Blue) = 205+151+210=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 151 (59.38% from 255 or 26.68% from 566); Blue value is 210 (82.42% from 255 or 37.10% from 566); Max value from RGB is 210 - color contains mainly: blue. Hex color #CD97D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD97D2 is #32682D. Grayscale: #ADADAD. Windows color (decimal): -3303470 or 13801421. OLE color: 13801421.

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

Color convert

RGB205151210-
CMYK0.020.2800.18
HSL294.92º39.6%70.78%-
HSV(B)294.92º28.1%82.35%-
XYZ47.8839.7766.12-
YUV173.87148.39150.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.22%
GREEN value IS 151 (59.38% from 255) = 26.68%
BLUE value IS 210 (82.42% from 255) = 37.10%
R=36.22%
G=26.68%
B=37.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2051512100.020.2800.18294.9239.670.78
HexCD97D221C0121272847
Octal31522732223402244750107
Binary11001101100101111101001010111000100101001001111010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD97D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD97D2; }

 p { color: rgb(205,151,210); }

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

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

 a { background-color: rgb(205,151,210); }

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

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

 span { border-color: rgb(205,151,210); }

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