Shades of Wisteria #CD91DB
Tints of Wisteria #CD91DB
RGB
CMYK
RGB Variations
Color information
#CD91DB (or 0xCD91DB) is known color: Wisteria. HEX triplet: CD, 91 and DB. RGB value is (205,145,219). Sum of RGB (Red+Green+Blue) = 205+145+219=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 145 (57.03% from 255 or 25.48% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD91DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD91DB is #326E24. Grayscale: #ABABAB. Windows color (decimal): -3304997 or 14389709. OLE color: 14389709.
HSL color Cylindrical-coordinate representation of color #CD91DB: hue angle of 288.65º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CD91DB is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 145 | 219 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.14 |
| HSL | 288.65º | 0.51% | 0.71% | - |
| HSV(B) | 288.65º | 0.34% | 0.86% | - |
| XYZ | 48.09 | 38.34 | 71.88 | - |
| YUV | 171.38 | 154.88 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 145 | 219 | 0.06 | 0.34 | 0 | 0.14 | 288.65 | 0.51 | 0.71 |
| Hex | CD | 91 | DB | 6 | 22 | 0 | E | 121 | 33 | 47 |
| Octal | 315 | 221 | 333 | 6 | 42 | 0 | 16 | 441 | 63 | 107 |
| Binary | 11001101 | 10010001 | 11011011 | 110 | 100010 | 0 | 1110 | 100100001 | 110011 | 1000111 |
Color Harmonies of #CD91DB
Complementary color
Monochromatic Colors of #CD91DB
Black with #CD91DB
Text Example
Text Example
White with #CD91DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD91DB; }
p { color: rgb(205,145,219); }
H1.HeaderClassName
{
color: #CD91DB;
}
.AnyTagClassName
{
color: #CD91DB;
}
</style>
background-color css
<style>
a { background-color: #CD91DB; }
a { background-color: rgb(205,145,219); }
div.DivClassName
{
background-color: #CD91DB;
}
.BgClassName
{
background-color: #CD91DB;
}
</style>
border-color css
<style>
span { border-color: #CD91DB; }
span { border-color: rgb(205,145,219); }
td.TdClassName
{
border-color: #CD91DB;
}
.TagClassName
{
border-color: #CD91DB;
}
</style>