#CD87DE

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

Shades of Wisteria #CD87DE

Tints of Wisteria #CD87DE

Color information

#CD87DE (or 0xCD87DE) is unknown color: approx Wisteria. HEX triplet: CD, 87 and DE. RGB value is (205,135,222). Sum of RGB (Red+Green+Blue) = 205+135+222=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 135 (53.12% from 255 or 24.02% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 222 - color contains mainly: blue. Hex color #CD87DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD87DE is #327821. Grayscale: #A5A5A5. Windows color (decimal): -3307554 or 14583757. OLE color: 14583757.

HSL color Cylindrical-coordinate representation of color #CD87DE: hue angle of 288.28º degrees, saturation: 0.57, 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 #CD87DE is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205135222-
CMYK0.080.3900.13
HSL288.28º56.86%70%-
HSV(B)288.28º39.19%87.06%-
XYZ47.0335.5873.5-
YUV165.85159.69155.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.48%
GREEN value IS 135 (53.12% from 255) = 24.02%
BLUE value IS 222 (87.11% from 255) = 39.50%
R=36.48%
G=24.02%
B=39.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051352220.080.3900.13288.2856.8670
HexCD87DE8270D1203946
Octal315207336104701544071106
Binary1100110110000111110111101000100111011011001000001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD87DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD87DE; }

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

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

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

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

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

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

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

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