#CD96DE

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

Shades of Wisteria #CD96DE

Tints of Wisteria #CD96DE

Color information

#CD96DE (or 0xCD96DE) is unknown color: approx Wisteria. HEX triplet: CD, 96 and DE. RGB value is (205,150,222). Sum of RGB (Red+Green+Blue) = 205+150+222=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 150 (58.98% from 255 or 26.00% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 222 - color contains mainly: blue. Hex color #CD96DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD96DE is #326921. Grayscale: #AEAEAE. Windows color (decimal): -3303714 or 14587597. OLE color: 14587597.

HSL color Cylindrical-coordinate representation of color #CD96DE: hue angle of 285.83º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CD96DE is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205150222-
CMYK0.080.3200.13
HSL285.83º52.17%72.94%-
HSV(B)285.83º32.43%87.06%-
XYZ49.2740.0774.24-
YUV174.65154.72149.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.53%
GREEN value IS 150 (58.98% from 255) = 26.00%
BLUE value IS 222 (87.11% from 255) = 38.47%
R=35.53%
G=26.00%
B=38.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051502220.080.3200.13285.8352.1772.94
HexCD96DE8200D11e3449
Octal315226336104001543664111
Binary1100110110010110110111101000100000011011000111101101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD96DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD96DE; }

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

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

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

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

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

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

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

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