#CE97C5

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

Shades of Lilac #CE97C5

Tints of Lilac #CE97C5

Color information

#CE97C5 (or 0xCE97C5) is unknown color: approx Lilac. HEX triplet: CE, 97 and C5. RGB value is (206,151,197). Sum of RGB (Red+Green+Blue) = 206+151+197=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 151 (59.38% from 255 or 27.26% from 554); Blue value is 197 (77.34% from 255 or 35.56% from 554); Max value from RGB is 206 - color contains mainly: red. Hex color #CE97C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE97C5 is #31683A. Grayscale: #ACACAC. Windows color (decimal): -3237947 or 12949454. OLE color: 12949454.

HSL color Cylindrical-coordinate representation of color #CE97C5: hue angle of 309.82º 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 #CE97C5 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB206151197-
CMYK00.270.040.19
HSL309.82º35.95%70%-
HSV(B)309.82º26.7%80.78%-
XYZ46.639.2957.95-
YUV172.69141.72151.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.18%
GREEN value IS 151 (59.38% from 255) = 27.26%
BLUE value IS 197 (77.34% from 255) = 35.56%
R=37.18%
G=27.26%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615119700.270.040.19309.8235.9570
HexCE97C501B4131362446
Octal31622730503342346644106
Binary110011101001011111000101011011100100111001101101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE97C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE97C5; }

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

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

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

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

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

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

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

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