#C88FBC

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

Shades of Lily #C88FBC

Tints of Lily #C88FBC

Color information

#C88FBC (or 0xC88FBC) is unknown color: approx Lily. HEX triplet: C8, 8F and BC. RGB value is (200,143,188). Sum of RGB (Red+Green+Blue) = 200+143+188=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 200 - color contains mainly: red. Hex color #C88FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88FBC is #377043. Grayscale: #A5A5A5. Windows color (decimal): -3633220 or 12357576. OLE color: 12357576.

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

Color convert

RGB200143188-
CMYK00.280.060.22
HSL312.63º34.13%67.25%-
HSV(B)312.63º28.5%78.43%-
XYZ42.7235.5652.19-
YUV165.17140.88152.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.66%
GREEN value IS 143 (56.25% from 255) = 26.93%
BLUE value IS 188 (73.83% from 255) = 35.40%
R=37.66%
G=26.93%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014318800.280.060.22312.6334.1367.25
HexC88FBC01C6161392243
Octal31021727403462647142103
Binary110010001000111110111100011100110101101001110011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88FBC; }

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

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

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

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

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

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

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

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