#CE95C0

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

Shades of Lily #CE95C0

Tints of Lily #CE95C0

Color information

#CE95C0 (or 0xCE95C0) is unknown color: approx Lily. HEX triplet: CE, 95 and C0. RGB value is (206,149,192). Sum of RGB (Red+Green+Blue) = 206+149+192=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 206 - color contains mainly: red. Hex color #CE95C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE95C0 is #316A3F. Grayscale: #AAAAAA. Windows color (decimal): -3238464 or 12621262. OLE color: 12621262.

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

Color convert

RGB206149192-
CMYK00.280.070.19
HSL314.74º36.77%69.61%-
HSV(B)314.74º27.67%80.78%-
XYZ45.7238.4254.88-
YUV170.94139.88153-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.66%
GREEN value IS 149 (58.59% from 255) = 27.24%
BLUE value IS 192 (75.39% from 255) = 35.10%
R=37.66%
G=27.24%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614919200.280.070.19314.7436.7769.61
HexCE95C001C71313b2546
Octal31622530003472347345106
Binary110011101001010111000000011100111100111001110111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE95C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE95C0; }

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

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

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

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

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

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

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

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