#CD87DD

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

Shades of Wisteria #CD87DD

Tints of Wisteria #CD87DD

Color information

#CD87DD (or 0xCD87DD) is unknown color: approx Wisteria. HEX triplet: CD, 87 and DD. RGB value is (205,135,221). Sum of RGB (Red+Green+Blue) = 205+135+221=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 135 (53.12% from 255 or 24.06% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD87DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD87DD is #327822. Grayscale: #A5A5A5. Windows color (decimal): -3307555 or 14518221. OLE color: 14518221.

HSL color Cylindrical-coordinate representation of color #CD87DD: hue angle of 288.84º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CD87DD is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205135221-
CMYK0.070.3900.13
HSL288.84º55.84%69.8%-
HSV(B)288.84º38.91%86.67%-
XYZ46.8935.5372.79-
YUV165.73159.19156.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.54%
GREEN value IS 135 (53.12% from 255) = 24.06%
BLUE value IS 221 (86.72% from 255) = 39.39%
R=36.54%
G=24.06%
B=39.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051352210.070.3900.13288.8455.8469.8
HexCD87DD7270D1213846
Octal31520733574701544170106
Binary110011011000011111011101111100111011011001000011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD87DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD87DD; }

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

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

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

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

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

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

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

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