#CD87DC

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

Shades of Wisteria #CD87DC

Tints of Wisteria #CD87DC

Color information

#CD87DC (or 0xCD87DC) is unknown color: approx Wisteria. HEX triplet: CD, 87 and DC. RGB value is (205,135,220). Sum of RGB (Red+Green+Blue) = 205+135+220=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 135 (53.12% from 255 or 24.11% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD87DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD87DC is #327823. Grayscale: #A5A5A5. Windows color (decimal): -3307556 or 14452685. OLE color: 14452685.

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

Color convert

RGB205135220-
CMYK0.070.3900.14
HSL289.41º54.84%69.61%-
HSV(B)289.41º38.64%86.27%-
XYZ46.7635.4772.09-
YUV165.62158.69156.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.61%
GREEN value IS 135 (53.12% from 255) = 24.11%
BLUE value IS 220 (86.33% from 255) = 39.29%
R=36.61%
G=24.11%
B=39.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051352200.070.3900.14289.4154.8469.61
HexCD87DC7270E1213746
Octal31520733474701644167106
Binary110011011000011111011100111100111011101001000011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD87DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD87DC; }

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

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

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

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

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

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

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

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