#CD97C6

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

Shades of Lilac #CD97C6

Tints of Lilac #CD97C6

Color information

#CD97C6 (or 0xCD97C6) is unknown color: approx Lilac. HEX triplet: CD, 97 and C6. RGB value is (205,151,198). Sum of RGB (Red+Green+Blue) = 205+151+198=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 151 (59.38% from 255 or 27.26% from 554); Blue value is 198 (77.73% from 255 or 35.74% from 554); Max value from RGB is 205 - color contains mainly: red. Hex color #CD97C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD97C6 is #326839. Grayscale: #ACACAC. Windows color (decimal): -3303482 or 13014989. OLE color: 13014989.

HSL color Cylindrical-coordinate representation of color #CD97C6: hue angle of 307.78º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CD97C6 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB205151198-
CMYK00.260.030.20
HSL307.78º35.06%69.8%-
HSV(B)307.78º26.34%80.39%-
XYZ46.4439.1958.54-
YUV172.5142.39151.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.00%
GREEN value IS 151 (59.38% from 255) = 27.26%
BLUE value IS 198 (77.73% from 255) = 35.74%
R=37.00%
G=27.26%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515119800.260.030.20307.7835.0669.8
HexCD97C601A3141342346
Octal31522730603232446443106
Binary11001101100101111100011001101011101001001101001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD97C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD97C6; }

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

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

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

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

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

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

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

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