#C88EB5

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

Shades of Lily #C88EB5

Tints of Lily #C88EB5

Color information

#C88EB5 (or 0xC88EB5) is unknown color: approx Lily. HEX triplet: C8, 8E and B5. RGB value is (200,142,181). Sum of RGB (Red+Green+Blue) = 200+142+181=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 142 (55.86% from 255 or 27.15% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 200 - color contains mainly: red. Hex color #C88EB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88EB5 is #37714A. Grayscale: #A3A3A3. Windows color (decimal): -3633483 or 11898568. OLE color: 11898568.

HSL color Cylindrical-coordinate representation of color #C88EB5: hue angle of 319.66º 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 #C88EB5 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB200142181-
CMYK00.290.090.22
HSL319.66º34.52%67.06%-
HSV(B)319.66º29%78.43%-
XYZ41.8334.9648.26-
YUV163.79137.72153.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.24%
GREEN value IS 142 (55.86% from 255) = 27.15%
BLUE value IS 181 (71.09% from 255) = 34.61%
R=38.24%
G=27.15%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014218100.290.090.22319.6634.5267.06
HexC88EB501D9161402343
Octal310216265035112650043103
Binary1100100010001110101101010111011001101101010000001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88EB5; }

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

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

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

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

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

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

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

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