#C87BAE

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

Shades of Lily #C87BAE

Tints of Lily #C87BAE

Color information

#C87BAE (or 0xC87BAE) is unknown color: approx Lily. HEX triplet: C8, 7B and AE. RGB value is (200,123,174). Sum of RGB (Red+Green+Blue) = 200+123+174=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 123 (48.44% from 255 or 24.75% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 200 - color contains mainly: red. Hex color #C87BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87BAE is #378451. Grayscale: #979797. Windows color (decimal): -3638354 or 11434952. OLE color: 11434952.

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

Color convert

RGB200123174-
CMYK00.380.130.22
HSL320.26º41.18%63.33%-
HSV(B)320.26º38.5%78.43%-
XYZ38.5429.543.71-
YUV151.84140.51162.35-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.24%
GREEN value IS 123 (48.44% from 255) = 24.75%
BLUE value IS 174 (68.36% from 255) = 35.01%
R=40.24%
G=24.75%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012317400.380.130.22320.2641.1863.33
HexC87BAE026D16140293f
Octal31017325604615265005177
Binary110010001111011101011100100110110110110101000000101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87BAE; }

 p { color: rgb(200,123,174); }

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

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

 a { background-color: rgb(200,123,174); }

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

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

 span { border-color: rgb(200,123,174); }

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