#CD97CD

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

Shades of Lilac #CD97CD

Tints of Lilac #CD97CD

Color information

#CD97CD (or 0xCD97CD) is unknown color: approx Lilac. HEX triplet: CD, 97 and CD. RGB value is (205,151,205). Sum of RGB (Red+Green+Blue) = 205+151+205=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 151 (59.38% from 255 or 26.92% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CD97CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD97CD is #326832. Grayscale: #ADADAD. Windows color (decimal): -3303475 or 13473741. OLE color: 13473741.

HSL color Cylindrical-coordinate representation of color #CD97CD: hue angle of 300º 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 #CD97CD is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB205151205-
CMYK00.2600.20
HSL300º35.06%69.8%-
HSV(B)300º26.34%80.39%-
XYZ47.2639.5262.89-
YUV173.3145.89150.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.54%
GREEN value IS 151 (59.38% from 255) = 26.92%
BLUE value IS 205 (80.47% from 255) = 36.54%
R=36.54%
G=26.92%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515120500.2600.2030035.0669.8
HexCD97CD01A01412c2346
Octal31522731503202445443106
Binary1100110110010111110011010110100101001001011001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD97CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD97CD; }

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

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

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

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

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

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

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

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