#C88FB2

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

Shades of Lily #C88FB2

Tints of Lily #C88FB2

Color information

#C88FB2 (or 0xC88FB2) is unknown color: approx Lily. HEX triplet: C8, 8F and B2. RGB value is (200,143,178). Sum of RGB (Red+Green+Blue) = 200+143+178=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 200 - color contains mainly: red. Hex color #C88FB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88FB2 is #37704D. Grayscale: #A3A3A3. Windows color (decimal): -3633230 or 11702216. OLE color: 11702216.

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

Color convert

RGB200143178-
CMYK00.280.110.22
HSL323.16º34.13%67.25%-
HSV(B)323.16º28.5%78.43%-
XYZ41.6835.1446.71-
YUV164.03135.88153.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.39%
GREEN value IS 143 (56.25% from 255) = 27.45%
BLUE value IS 178 (69.92% from 255) = 34.17%
R=38.39%
G=27.45%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014317800.280.110.22323.1634.1367.25
HexC88FB201CB161432243
Octal310217262034132650342103
Binary1100100010001111101100100111001011101101010000111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88FB2; }

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

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

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

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

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

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

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

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