#CD87DF

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

Shades of Wisteria #CD87DF

Tints of Wisteria #CD87DF

Color information

#CD87DF (or 0xCD87DF) is unknown color: approx Wisteria. HEX triplet: CD, 87 and DF. RGB value is (205,135,223). Sum of RGB (Red+Green+Blue) = 205+135+223=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 135 (53.12% from 255 or 23.98% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD87DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD87DF is #327820. Grayscale: #A5A5A5. Windows color (decimal): -3307553 or 14649293. OLE color: 14649293.

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

Color convert

RGB205135223-
CMYK0.080.3900.13
HSL287.73º57.89%70.2%-
HSV(B)287.73º39.46%87.45%-
XYZ47.1635.6374.2-
YUV165.96160.19155.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.41%
GREEN value IS 135 (53.12% from 255) = 23.98%
BLUE value IS 223 (87.5% from 255) = 39.61%
R=36.41%
G=23.98%
B=39.61%

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
Decimal2051352230.080.3900.13287.7357.8970.2
HexCD87DF8270D1203a46
Octal315207337104701544072106
Binary1100110110000111110111111000100111011011001000001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD87DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD87DF; }

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

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

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

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

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

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

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

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