#C88CB1

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

Shades of Lily #C88CB1

Tints of Lily #C88CB1

Color information

#C88CB1 (or 0xC88CB1) is unknown color: approx Lily. HEX triplet: C8, 8C and B1. RGB value is (200,140,177). Sum of RGB (Red+Green+Blue) = 200+140+177=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 140 (55.08% from 255 or 27.08% from 517); Blue value is 177 (69.53% from 255 or 34.24% from 517); Max value from RGB is 200 - color contains mainly: red. Hex color #C88CB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88CB1 is #37734E. Grayscale: #A2A2A2. Windows color (decimal): -3633999 or 11635912. OLE color: 11635912.

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

Color convert

RGB200140177-
CMYK00.30.120.22
HSL323º35.29%66.67%-
HSV(B)323º30%78.43%-
XYZ41.1334.2146.03-
YUV162.16136.38154.99-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.68%
GREEN value IS 140 (55.08% from 255) = 27.08%
BLUE value IS 177 (69.53% from 255) = 34.24%
R=38.68%
G=27.08%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014017700.30.120.2232335.2966.67
HexC88CB101EC161432343
Octal310214261036142650343103
Binary1100100010001100101100010111101100101101010000111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88CB1; }

 p { color: rgb(200,140,177); }

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

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

 a { background-color: rgb(200,140,177); }

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

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

 span { border-color: rgb(200,140,177); }

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