Shades of Wisteria #CD9DDB
Tints of Wisteria #CD9DDB
RGB
CMYK
RGB Variations
Color information
#CD9DDB (or 0xCD9DDB) is known color: Wisteria. HEX triplet: CD, 9D and DB. RGB value is (205,157,219). Sum of RGB (Red+Green+Blue) = 205+157+219=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 157 (61.72% from 255 or 27.02% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD9DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9DDB is #326224. Grayscale: #B2B2B2. Windows color (decimal): -3301925 or 14392781. OLE color: 14392781.
HSL color Cylindrical-coordinate representation of color #CD9DDB: hue angle of 286.45º 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 #CD9DDB is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 157 | 219 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.14 |
| HSL | 286.45º | 0.46% | 0.74% | - |
| HSV(B) | 286.45º | 0.28% | 0.86% | - |
| XYZ | 50.02 | 42.21 | 72.53 | - |
| YUV | 178.42 | 150.9 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 157 | 219 | 0.06 | 0.28 | 0 | 0.14 | 286.45 | 0.46 | 0.74 |
| Hex | CD | 9D | DB | 6 | 1C | 0 | E | 11E | 2E | 4A |
| Octal | 315 | 235 | 333 | 6 | 34 | 0 | 16 | 436 | 56 | 112 |
| Binary | 11001101 | 10011101 | 11011011 | 110 | 11100 | 0 | 1110 | 100011110 | 101110 | 1001010 |
Color Harmonies of #CD9DDB
Complementary color
Monochromatic Colors of #CD9DDB
Black with #CD9DDB
Text Example
Text Example
White with #CD9DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9DDB; }
p { color: rgb(205,157,219); }
H1.HeaderClassName
{
color: #CD9DDB;
}
.AnyTagClassName
{
color: #CD9DDB;
}
</style>
background-color css
<style>
a { background-color: #CD9DDB; }
a { background-color: rgb(205,157,219); }
div.DivClassName
{
background-color: #CD9DDB;
}
.BgClassName
{
background-color: #CD9DDB;
}
</style>
border-color css
<style>
span { border-color: #CD9DDB; }
span { border-color: rgb(205,157,219); }
td.TdClassName
{
border-color: #CD9DDB;
}
.TagClassName
{
border-color: #CD9DDB;
}
</style>