#C87CB1

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

Shades of Lily #C87CB1

Tints of Lily #C87CB1

Color information

#C87CB1 (or 0xC87CB1) is unknown color: approx Lily. HEX triplet: C8, 7C and B1. RGB value is (200,124,177). Sum of RGB (Red+Green+Blue) = 200+124+177=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 124 (48.83% from 255 or 24.75% from 501); Blue value is 177 (69.53% from 255 or 35.33% from 501); Max value from RGB is 200 - color contains mainly: red. Hex color #C87CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87CB1 is #37834E. Grayscale: #989898. Windows color (decimal): -3638095 or 11631816. OLE color: 11631816.

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

Color convert

RGB200124177-
CMYK00.380.120.22
HSL318.16º40.86%63.53%-
HSV(B)318.16º38%78.43%-
XYZ38.9629.8745.31-
YUV152.77141.68161.69-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.92%
GREEN value IS 124 (48.83% from 255) = 24.75%
BLUE value IS 177 (69.53% from 255) = 35.33%
R=39.92%
G=24.75%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012417700.380.120.22318.1640.8663.53
HexC87CB1026C1613e2940
Octal310174261046142647651100
Binary1100100011111001011000101001101100101101001111101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87CB1; }

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

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

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

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

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

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

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

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