#C885BC

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

Shades of Lily #C885BC

Tints of Lily #C885BC

Color information

#C885BC (or 0xC885BC) is unknown color: approx Lily. HEX triplet: C8, 85 and BC. RGB value is (200,133,188). Sum of RGB (Red+Green+Blue) = 200+133+188=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 200 - color contains mainly: red. Hex color #C885BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C885BC is #377A43. Grayscale: #9F9F9F. Windows color (decimal): -3635780 or 12355016. OLE color: 12355016.

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

Color convert

RGB200133188-
CMYK00.340.060.22
HSL310.75º37.85%65.29%-
HSV(B)310.75º33.5%78.43%-
XYZ41.2832.6951.71-
YUV159.3144.2157.03-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.39%
GREEN value IS 133 (52.34% from 255) = 25.53%
BLUE value IS 188 (73.83% from 255) = 36.08%
R=38.39%
G=25.53%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013318800.340.060.22310.7537.8565.29
HexC885BC0226161372641
Octal31020527404262646746101
Binary1100100010000101101111000100010110101101001101111001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C885BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C885BC; }

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

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

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

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

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

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

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

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