#CD87B4

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

Shades of Lily #CD87B4

Tints of Lily #CD87B4

Color information

#CD87B4 (or 0xCD87B4) is unknown color: approx Lily. HEX triplet: CD, 87 and B4. RGB value is (205,135,180). Sum of RGB (Red+Green+Blue) = 205+135+180=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 135 (53.12% from 255 or 25.96% from 520); Blue value is 180 (70.70% from 255 or 34.62% from 520); Max value from RGB is 205 - color contains mainly: red. Hex color #CD87B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD87B4 is #32784B. Grayscale: #A0A0A0. Windows color (decimal): -3307596 or 11831245. OLE color: 11831245.

HSL color Cylindrical-coordinate representation of color #CD87B4: hue angle of 321.43º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CD87B4 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB205135180-
CMYK00.340.120.20
HSL321.43º41.18%66.67%-
HSV(B)321.43º34.15%80.39%-
XYZ42.0833.647.45-
YUV161.06138.69159.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.42%
GREEN value IS 135 (53.12% from 255) = 25.96%
BLUE value IS 180 (70.70% from 255) = 34.62%
R=39.42%
G=25.96%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513518000.340.120.20321.4341.1866.67
HexCD87B4022C141412943
Octal315207264042142450151103
Binary11001101100001111011010001000101100101001010000011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD87B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD87B4; }

 p { color: rgb(205,135,180); }

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

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

 a { background-color: rgb(205,135,180); }

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

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

 span { border-color: rgb(205,135,180); }

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