#CD87ED

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

Shades of Wisteria #CD87ED

Tints of Wisteria #CD87ED

Color information

#CD87ED (or 0xCD87ED) is unknown color: approx Wisteria. HEX triplet: CD, 87 and ED. RGB value is (205,135,237). Sum of RGB (Red+Green+Blue) = 205+135+237=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 135 (53.12% from 255 or 23.40% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD87ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD87ED is #327812. Grayscale: #A7A7A7. Windows color (decimal): -3307539 or 15566797. OLE color: 15566797.

HSL color Cylindrical-coordinate representation of color #CD87ED: hue angle of 281.18º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CD87ED is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205135237-
CMYK0.140.4300.07
HSL281.18º73.91%72.94%-
HSV(B)281.18º43.04%92.94%-
XYZ49.1336.4284.56-
YUV167.56167.19154.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.53%
GREEN value IS 135 (53.12% from 255) = 23.40%
BLUE value IS 237 (92.97% from 255) = 41.07%
R=35.53%
G=23.40%
B=41.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051352370.140.4300.07281.1873.9172.94
HexCD87EDE2B071194a49
Octal315207355165307431112111
Binary1100110110000111111011011110101011011110001100110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD87ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD87ED; }

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

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

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

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

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

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

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

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