Shades of Wisteria #CD8ADB
Tints of Wisteria #CD8ADB
RGB
CMYK
RGB Variations
Color information
#CD8ADB (or 0xCD8ADB) is known color: Wisteria. HEX triplet: CD, 8A and DB. RGB value is (205,138,219). Sum of RGB (Red+Green+Blue) = 205+138+219=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 138 (54.30% from 255 or 24.56% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD8ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8ADB is #327524. Grayscale: #A7A7A7. Windows color (decimal): -3306789 or 14387917. OLE color: 14387917.
HSL color Cylindrical-coordinate representation of color #CD8ADB: hue angle of 289.63º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CD8ADB is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 138 | 219 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.14 |
| HSL | 289.63º | 0.53% | 0.7% | - |
| HSV(B) | 289.63º | 0.37% | 0.86% | - |
| XYZ | 47.05 | 36.27 | 71.54 | - |
| YUV | 167.27 | 157.2 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 138 | 219 | 0.06 | 0.37 | 0 | 0.14 | 289.63 | 0.53 | 0.7 |
| Hex | CD | 8A | DB | 6 | 25 | 0 | E | 122 | 35 | 46 |
| Octal | 315 | 212 | 333 | 6 | 45 | 0 | 16 | 442 | 65 | 106 |
| Binary | 11001101 | 10001010 | 11011011 | 110 | 100101 | 0 | 1110 | 100100010 | 110101 | 1000110 |
Color Harmonies of #CD8ADB
Complementary color
Monochromatic Colors of #CD8ADB
Black with #CD8ADB
Text Example
Text Example
White with #CD8ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8ADB; }
p { color: rgb(205,138,219); }
H1.HeaderClassName
{
color: #CD8ADB;
}
.AnyTagClassName
{
color: #CD8ADB;
}
</style>
background-color css
<style>
a { background-color: #CD8ADB; }
a { background-color: rgb(205,138,219); }
div.DivClassName
{
background-color: #CD8ADB;
}
.BgClassName
{
background-color: #CD8ADB;
}
</style>
border-color css
<style>
span { border-color: #CD8ADB; }
span { border-color: rgb(205,138,219); }
td.TdClassName
{
border-color: #CD8ADB;
}
.TagClassName
{
border-color: #CD8ADB;
}
</style>