#CE95CA

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

Shades of Lilac #CE95CA

Tints of Lilac #CE95CA

Color information

#CE95CA (or 0xCE95CA) is unknown color: approx Lilac. HEX triplet: CE, 95 and CA. RGB value is (206,149,202). Sum of RGB (Red+Green+Blue) = 206+149+202=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 149 (58.59% from 255 or 26.75% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 206 - color contains mainly: red. Hex color #CE95CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE95CA is #316A35. Grayscale: #ABABAB. Windows color (decimal): -3238454 or 13276622. OLE color: 13276622.

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

Color convert

RGB206149202-
CMYK00.280.020.19
HSL304.21º36.77%69.61%-
HSV(B)304.21º27.67%80.78%-
XYZ46.8638.8860.91-
YUV172.08144.88152.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.98%
GREEN value IS 149 (58.59% from 255) = 26.75%
BLUE value IS 202 (79.30% from 255) = 36.27%
R=36.98%
G=26.75%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614920200.280.020.19304.2136.7769.61
HexCE95CA01C2131302546
Octal31622531203422346045106
Binary11001110100101011100101001110010100111001100001001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE95CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE95CA; }

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

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

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

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

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

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

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

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