#CE7FBA

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

Shades of Lily #CE7FBA

Tints of Lily #CE7FBA

Color information

#CE7FBA (or 0xCE7FBA) is unknown color: approx Lily. HEX triplet: CE, 7F and BA. RGB value is (206,127,186). Sum of RGB (Red+Green+Blue) = 206+127+186=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 127 (50% from 255 or 24.47% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7FBA is #318045. Grayscale: #9D9D9D. Windows color (decimal): -3244102 or 12222414. OLE color: 12222414.

HSL color Cylindrical-coordinate representation of color #CE7FBA: hue angle of 315.19º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE7FBA is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB206127186-
CMYK00.380.100.19
HSL315.19º44.63%65.29%-
HSV(B)315.19º38.35%80.78%-
XYZ41.9131.8550.39-
YUV157.35144.17162.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.69%
GREEN value IS 127 (50% from 255) = 24.47%
BLUE value IS 186 (73.05% from 255) = 35.84%
R=39.69%
G=24.47%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612718600.380.100.19315.1944.6365.29
HexCE7FBA026A1313b2d41
Octal316177272046122347355101
Binary1100111011111111011101001001101010100111001110111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7FBA; }

 p { color: rgb(206,127,186); }

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

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

 a { background-color: rgb(206,127,186); }

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

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

 span { border-color: rgb(206,127,186); }

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