Shades of Wisteria #CF88DB
Tints of Wisteria #CF88DB
RGB
CMYK
RGB Variations
Color information
#CF88DB (or 0xCF88DB) is known color: Wisteria. HEX triplet: CF, 88 and DB. RGB value is (207,136,219). Sum of RGB (Red+Green+Blue) = 207+136+219=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 136 (53.52% from 255 or 24.20% 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 #CF88DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF88DB is #307724. Grayscale: #A6A6A6. Windows color (decimal): -3176229 or 14387407. OLE color: 14387407.
HSL color Cylindrical-coordinate representation of color #CF88DB: hue angle of 291.33º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF88DB is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 136 | 219 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.14 |
| HSL | 291.33º | 0.54% | 0.7% | - |
| HSV(B) | 291.33º | 0.38% | 0.86% | - |
| XYZ | 47.32 | 35.99 | 71.47 | - |
| YUV | 166.69 | 157.52 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 219 | 0.05 | 0.38 | 0 | 0.14 | 291.33 | 0.54 | 0.7 |
| Hex | CF | 88 | DB | 5 | 26 | 0 | E | 123 | 36 | 46 |
| Octal | 317 | 210 | 333 | 5 | 46 | 0 | 16 | 443 | 66 | 106 |
| Binary | 11001111 | 10001000 | 11011011 | 101 | 100110 | 0 | 1110 | 100100011 | 110110 | 1000110 |
Color Harmonies of #CF88DB
Complementary color
Monochromatic Colors of #CF88DB
Black with #CF88DB
Text Example
Text Example
White with #CF88DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF88DB; }
p { color: rgb(207,136,219); }
H1.HeaderClassName
{
color: #CF88DB;
}
.AnyTagClassName
{
color: #CF88DB;
}
</style>
background-color css
<style>
a { background-color: #CF88DB; }
a { background-color: rgb(207,136,219); }
div.DivClassName
{
background-color: #CF88DB;
}
.BgClassName
{
background-color: #CF88DB;
}
</style>
border-color css
<style>
span { border-color: #CF88DB; }
span { border-color: rgb(207,136,219); }
td.TdClassName
{
border-color: #CF88DB;
}
.TagClassName
{
border-color: #CF88DB;
}
</style>