Shades of Wisteria #CD9EDB
Tints of Wisteria #CD9EDB
RGB
CMYK
RGB Variations
Color information
#CD9EDB (or 0xCD9EDB) is known color: Wisteria. HEX triplet: CD, 9E and DB. RGB value is (205,158,219). Sum of RGB (Red+Green+Blue) = 205+158+219=582 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.22% from 582); Green value is 158 (62.11% from 255 or 27.15% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD9EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9EDB is #326124. Grayscale: #B2B2B2. Windows color (decimal): -3301669 or 14393037. OLE color: 14393037.
HSL color Cylindrical-coordinate representation of color #CD9EDB: hue angle of 286.23º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CD9EDB is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 158 | 219 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.14 |
| HSL | 286.23º | 0.46% | 0.74% | - |
| HSV(B) | 286.23º | 0.28% | 0.86% | - |
| XYZ | 50.19 | 42.55 | 72.59 | - |
| YUV | 179.01 | 150.57 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 158 | 219 | 0.06 | 0.28 | 0 | 0.14 | 286.23 | 0.46 | 0.74 |
| Hex | CD | 9E | DB | 6 | 1C | 0 | E | 11E | 2E | 4A |
| Octal | 315 | 236 | 333 | 6 | 34 | 0 | 16 | 436 | 56 | 112 |
| Binary | 11001101 | 10011110 | 11011011 | 110 | 11100 | 0 | 1110 | 100011110 | 101110 | 1001010 |
Color Harmonies of #CD9EDB
Complementary color
Monochromatic Colors of #CD9EDB
Black with #CD9EDB
Text Example
Text Example
White with #CD9EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9EDB; }
p { color: rgb(205,158,219); }
H1.HeaderClassName
{
color: #CD9EDB;
}
.AnyTagClassName
{
color: #CD9EDB;
}
</style>
background-color css
<style>
a { background-color: #CD9EDB; }
a { background-color: rgb(205,158,219); }
div.DivClassName
{
background-color: #CD9EDB;
}
.BgClassName
{
background-color: #CD9EDB;
}
</style>
border-color css
<style>
span { border-color: #CD9EDB; }
span { border-color: rgb(205,158,219); }
td.TdClassName
{
border-color: #CD9EDB;
}
.TagClassName
{
border-color: #CD9EDB;
}
</style>