#CE97CA

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

Shades of Lilac #CE97CA

Tints of Lilac #CE97CA

Color information

#CE97CA (or 0xCE97CA) is unknown color: approx Lilac. HEX triplet: CE, 97 and CA. RGB value is (206,151,202). Sum of RGB (Red+Green+Blue) = 206+151+202=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 151 (59.38% from 255 or 27.01% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 206 - color contains mainly: red. Hex color #CE97CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE97CA is #316835. Grayscale: #ADADAD. Windows color (decimal): -3237942 or 13277134. OLE color: 13277134.

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

Color convert

RGB206151202-
CMYK00.270.020.19
HSL304.36º35.95%70%-
HSV(B)304.36º26.7%80.78%-
XYZ47.1839.5261.02-
YUV173.26144.22151.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.85%
GREEN value IS 151 (59.38% from 255) = 27.01%
BLUE value IS 202 (79.30% from 255) = 36.14%
R=36.85%
G=27.01%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615120200.270.020.19304.3635.9570
HexCE97CA01B2131302446
Octal31622731203322346044106
Binary11001110100101111100101001101110100111001100001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE97CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE97CA; }

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

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

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

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

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

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

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

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