Shades of Wisteria #CF91DB
Tints of Wisteria #CF91DB
RGB
CMYK
RGB Variations
Color information
#CF91DB (or 0xCF91DB) is known color: Wisteria. HEX triplet: CF, 91 and DB. RGB value is (207,145,219). Sum of RGB (Red+Green+Blue) = 207+145+219=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 145 (57.03% from 255 or 25.39% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF91DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF91DB is #306E24. Grayscale: #ABABAB. Windows color (decimal): -3173925 or 14389711. OLE color: 14389711.
HSL color Cylindrical-coordinate representation of color #CF91DB: hue angle of 290.27º 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 #CF91DB is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 145 | 219 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.14 |
| HSL | 290.27º | 0.51% | 0.71% | - |
| HSV(B) | 290.27º | 0.34% | 0.86% | - |
| XYZ | 48.64 | 38.63 | 71.91 | - |
| YUV | 171.97 | 154.54 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 219 | 0.05 | 0.34 | 0 | 0.14 | 290.27 | 0.51 | 0.71 |
| Hex | CF | 91 | DB | 5 | 22 | 0 | E | 122 | 33 | 47 |
| Octal | 317 | 221 | 333 | 5 | 42 | 0 | 16 | 442 | 63 | 107 |
| Binary | 11001111 | 10010001 | 11011011 | 101 | 100010 | 0 | 1110 | 100100010 | 110011 | 1000111 |
Color Harmonies of #CF91DB
Complementary color
Monochromatic Colors of #CF91DB
Black with #CF91DB
Text Example
Text Example
White with #CF91DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF91DB; }
p { color: rgb(207,145,219); }
H1.HeaderClassName
{
color: #CF91DB;
}
.AnyTagClassName
{
color: #CF91DB;
}
</style>
background-color css
<style>
a { background-color: #CF91DB; }
a { background-color: rgb(207,145,219); }
div.DivClassName
{
background-color: #CF91DB;
}
.BgClassName
{
background-color: #CF91DB;
}
</style>
border-color css
<style>
span { border-color: #CF91DB; }
span { border-color: rgb(207,145,219); }
td.TdClassName
{
border-color: #CF91DB;
}
.TagClassName
{
border-color: #CF91DB;
}
</style>