#CE95C1

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

Shades of Lilac #CE95C1

Tints of Lilac #CE95C1

Color information

#CE95C1 (or 0xCE95C1) is unknown color: approx Lilac. HEX triplet: CE, 95 and C1. RGB value is (206,149,193). Sum of RGB (Red+Green+Blue) = 206+149+193=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 193 (75.78% from 255 or 35.22% from 548); Max value from RGB is 206 - color contains mainly: red. Hex color #CE95C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE95C1 is #316A3E. Grayscale: #AAAAAA. Windows color (decimal): -3238463 or 12686798. OLE color: 12686798.

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

Color convert

RGB206149193-
CMYK00.280.060.19
HSL313.68º36.77%69.61%-
HSV(B)313.68º27.67%80.78%-
XYZ45.8338.4755.46-
YUV171.06140.38152.92-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.59%
GREEN value IS 149 (58.59% from 255) = 27.19%
BLUE value IS 193 (75.78% from 255) = 35.22%
R=37.59%
G=27.19%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614919300.280.060.19313.6836.7769.61
HexCE95C101C61313a2546
Octal31622530103462347245106
Binary110011101001010111000001011100110100111001110101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE95C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE95C1; }

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

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

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

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

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

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

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

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