#CD97D0

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

Shades of Lilac #CD97D0

Tints of Lilac #CD97D0

Color information

#CD97D0 (or 0xCD97D0) is unknown color: approx Lilac. HEX triplet: CD, 97 and D0. RGB value is (205,151,208). Sum of RGB (Red+Green+Blue) = 205+151+208=564 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.35% from 564); Green value is 151 (59.38% from 255 or 26.77% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 208 - color contains mainly: blue. Hex color #CD97D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD97D0 is #32682F. Grayscale: #ADADAD. Windows color (decimal): -3303472 or 13670349. OLE color: 13670349.

HSL color Cylindrical-coordinate representation of color #CD97D0: hue angle of 296.84º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CD97D0 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB205151208-
CMYK0.010.2700.18
HSL296.84º37.75%70.39%-
HSV(B)296.84º27.4%81.57%-
XYZ47.6339.6764.82-
YUV173.64147.39150.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.35%
GREEN value IS 151 (59.38% from 255) = 26.77%
BLUE value IS 208 (81.64% from 255) = 36.88%
R=36.35%
G=26.77%
B=36.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2051512080.010.2700.18296.8437.7570.39
HexCD97D011B0121292646
Octal31522732013302245146106
Binary1100110110010111110100001110110100101001010011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD97D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD97D0; }

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

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

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

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

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

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

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

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