#CE94C3

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

Shades of Lilac #CE94C3

Tints of Lilac #CE94C3

Color information

#CE94C3 (or 0xCE94C3) is unknown color: approx Lilac. HEX triplet: CE, 94 and C3. RGB value is (206,148,195). Sum of RGB (Red+Green+Blue) = 206+148+195=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 148 (58.20% from 255 or 26.96% from 549); Blue value is 195 (76.56% from 255 or 35.52% from 549); Max value from RGB is 206 - color contains mainly: red. Hex color #CE94C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE94C3 is #316B3C. Grayscale: #AAAAAA. Windows color (decimal): -3238717 or 12817614. OLE color: 12817614.

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

Color convert

RGB206148195-
CMYK00.280.050.19
HSL311.38º37.18%69.41%-
HSV(B)311.38º28.16%80.78%-
XYZ45.8938.2456.59-
YUV170.7141.72153.18-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.52%
GREEN value IS 148 (58.20% from 255) = 26.96%
BLUE value IS 195 (76.56% from 255) = 35.52%
R=37.52%
G=26.96%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614819500.280.050.19311.3837.1869.41
HexCE94C301C5131372545
Octal31622430303452346745105
Binary110011101001010011000011011100101100111001101111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE94C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE94C3; }

 p { color: rgb(206,148,195); }

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

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

 a { background-color: rgb(206,148,195); }

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

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

 span { border-color: rgb(206,148,195); }

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