#C88EB2

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

Shades of Lily #C88EB2

Tints of Lily #C88EB2

Color information

#C88EB2 (or 0xC88EB2) is unknown color: approx Lily. HEX triplet: C8, 8E and B2. RGB value is (200,142,178). Sum of RGB (Red+Green+Blue) = 200+142+178=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 142 (55.86% from 255 or 27.31% from 520); Blue value is 178 (69.92% from 255 or 34.23% from 520); Max value from RGB is 200 - color contains mainly: red. Hex color #C88EB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88EB2 is #37714D. Grayscale: #A3A3A3. Windows color (decimal): -3633486 or 11701960. OLE color: 11701960.

HSL color Cylindrical-coordinate representation of color #C88EB2: hue angle of 322.76º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C88EB2 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB200142178-
CMYK00.290.110.22
HSL322.76º34.52%67.06%-
HSV(B)322.76º29%78.43%-
XYZ41.5334.8446.66-
YUV163.45136.22154.07-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.46%
GREEN value IS 142 (55.86% from 255) = 27.31%
BLUE value IS 178 (69.92% from 255) = 34.23%
R=38.46%
G=27.31%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014217800.290.110.22322.7634.5267.06
HexC88EB201DB161432343
Octal310216262035132650343103
Binary1100100010001110101100100111011011101101010000111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88EB2; }

 p { color: rgb(200,142,178); }

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

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

 a { background-color: rgb(200,142,178); }

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

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

 span { border-color: rgb(200,142,178); }

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