#C87DAD

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

Shades of Lily #C87DAD

Tints of Lily #C87DAD

Color information

#C87DAD (or 0xC87DAD) is unknown color: approx Lily. HEX triplet: C8, 7D and AD. RGB value is (200,125,173). Sum of RGB (Red+Green+Blue) = 200+125+173=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 200 - color contains mainly: red. Hex color #C87DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87DAD is #378252. Grayscale: #989898. Windows color (decimal): -3637843 or 11369928. OLE color: 11369928.

HSL color Cylindrical-coordinate representation of color #C87DAD: hue angle of 321.6º 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 #C87DAD is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB200125173-
CMYK00.380.140.22
HSL321.6º40.54%63.73%-
HSV(B)321.6º37.5%78.43%-
XYZ38.729.9643.28-
YUV152.9139.35161.6-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.16%
GREEN value IS 125 (49.22% from 255) = 25.10%
BLUE value IS 173 (67.97% from 255) = 34.74%
R=40.16%
G=25.10%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012517300.380.140.22321.640.5463.73
HexC87DAD026E161422940
Octal310175255046162650251100
Binary1100100011111011010110101001101110101101010000101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87DAD; }

 p { color: rgb(200,125,173); }

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

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

 a { background-color: rgb(200,125,173); }

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

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

 span { border-color: rgb(200,125,173); }

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