#C987B3

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

Shades of Lily #C987B3

Tints of Lily #C987B3

Color information

#C987B3 (or 0xC987B3) is unknown color: approx Lily. HEX triplet: C9, 87 and B3. RGB value is (201,135,179). Sum of RGB (Red+Green+Blue) = 201+135+179=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 135 (53.12% from 255 or 26.21% from 515); Blue value is 179 (70.31% from 255 or 34.76% from 515); Max value from RGB is 201 - color contains mainly: red. Hex color #C987B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C987B3 is #36784C. Grayscale: #9F9F9F. Windows color (decimal): -3569741 or 11765705. OLE color: 11765705.

HSL color Cylindrical-coordinate representation of color #C987B3: hue angle of 320º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C987B3 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB201135179-
CMYK00.330.110.21
HSL320º37.93%65.88%-
HSV(B)320º32.84%78.82%-
XYZ40.893346.86-
YUV159.75138.87157.42-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.03%
GREEN value IS 135 (53.12% from 255) = 26.21%
BLUE value IS 179 (70.31% from 255) = 34.76%
R=39.03%
G=26.21%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113517900.330.110.2132037.9365.88
HexC987B3021B151402642
Octal311207263041132550046102
Binary11001001100001111011001101000011011101011010000001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C987B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C987B3; }

 p { color: rgb(201,135,179); }

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

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

 a { background-color: rgb(201,135,179); }

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

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

 span { border-color: rgb(201,135,179); }

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