#CE97CD

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

Shades of Lilac #CE97CD

Tints of Lilac #CE97CD

Color information

#CE97CD (or 0xCE97CD) is unknown color: approx Lilac. HEX triplet: CE, 97 and CD. RGB value is (206,151,205). Sum of RGB (Red+Green+Blue) = 206+151+205=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 151 (59.38% from 255 or 26.87% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 206 - color contains mainly: red. Hex color #CE97CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE97CD is #316832. Grayscale: #ADADAD. Windows color (decimal): -3237939 or 13473742. OLE color: 13473742.

HSL color Cylindrical-coordinate representation of color #CE97CD: hue angle of 301.09º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CE97CD is Cyan = 0, Magento = 0.27, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB206151205-
CMYK00.270.000.19
HSL301.09º35.95%70%-
HSV(B)301.09º26.7%80.78%-
XYZ47.5439.6662.91-
YUV173.6145.72151.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.65%
GREEN value IS 151 (59.38% from 255) = 26.87%
BLUE value IS 205 (80.47% from 255) = 36.48%
R=36.65%
G=26.87%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615120500.270.000.19301.0935.9570
HexCE97CD01B01312d2446
Octal31622731503302345544106
Binary1100111010010111110011010110110100111001011011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE97CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE97CD; }

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

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

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

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

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

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

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

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