Shades of Wisteria #CF99DB
Tints of Wisteria #CF99DB
RGB
CMYK
RGB Variations
Color information
#CF99DB (or 0xCF99DB) is known color: Wisteria. HEX triplet: CF, 99 and DB. RGB value is (207,153,219). Sum of RGB (Red+Green+Blue) = 207+153+219=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 153 (60.16% from 255 or 26.42% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF99DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF99DB is #306624. Grayscale: #B0B0B0. Windows color (decimal): -3171877 or 14391759. OLE color: 14391759.
HSL color Cylindrical-coordinate representation of color #CF99DB: hue angle of 289.09º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CF99DB is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 153 | 219 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.14 |
| HSL | 289.09º | 0.48% | 0.73% | - |
| HSV(B) | 289.09º | 0.3% | 0.86% | - |
| XYZ | 49.91 | 41.16 | 72.33 | - |
| YUV | 176.67 | 151.89 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 219 | 0.05 | 0.30 | 0 | 0.14 | 289.09 | 0.48 | 0.73 |
| Hex | CF | 99 | DB | 5 | 1E | 0 | E | 121 | 30 | 49 |
| Octal | 317 | 231 | 333 | 5 | 36 | 0 | 16 | 441 | 60 | 111 |
| Binary | 11001111 | 10011001 | 11011011 | 101 | 11110 | 0 | 1110 | 100100001 | 110000 | 1001001 |
Color Harmonies of #CF99DB
Complementary color
Monochromatic Colors of #CF99DB
Black with #CF99DB
Text Example
Text Example
White with #CF99DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF99DB; }
p { color: rgb(207,153,219); }
H1.HeaderClassName
{
color: #CF99DB;
}
.AnyTagClassName
{
color: #CF99DB;
}
</style>
background-color css
<style>
a { background-color: #CF99DB; }
a { background-color: rgb(207,153,219); }
div.DivClassName
{
background-color: #CF99DB;
}
.BgClassName
{
background-color: #CF99DB;
}
</style>
border-color css
<style>
span { border-color: #CF99DB; }
span { border-color: rgb(207,153,219); }
td.TdClassName
{
border-color: #CF99DB;
}
.TagClassName
{
border-color: #CF99DB;
}
</style>