Shades of Wisteria #CF9EDB
Tints of Wisteria #CF9EDB
RGB
CMYK
RGB Variations
Color information
#CF9EDB (or 0xCF9EDB) is known color: Wisteria. HEX triplet: CF, 9E and DB. RGB value is (207,158,219). Sum of RGB (Red+Green+Blue) = 207+158+219=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 158 (62.11% from 255 or 27.05% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF9EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9EDB is #306124. Grayscale: #B3B3B3. Windows color (decimal): -3170597 or 14393039. OLE color: 14393039.
HSL color Cylindrical-coordinate representation of color #CF9EDB: hue angle of 288.2º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CF9EDB is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 158 | 219 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.14 |
| HSL | 288.2º | 0.46% | 0.74% | - |
| HSV(B) | 288.2º | 0.28% | 0.86% | - |
| XYZ | 50.75 | 42.83 | 72.61 | - |
| YUV | 179.61 | 150.23 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 158 | 219 | 0.05 | 0.28 | 0 | 0.14 | 288.2 | 0.46 | 0.74 |
| Hex | CF | 9E | DB | 5 | 1C | 0 | E | 120 | 2E | 4A |
| Octal | 317 | 236 | 333 | 5 | 34 | 0 | 16 | 440 | 56 | 112 |
| Binary | 11001111 | 10011110 | 11011011 | 101 | 11100 | 0 | 1110 | 100100000 | 101110 | 1001010 |
Color Harmonies of #CF9EDB
Complementary color
Monochromatic Colors of #CF9EDB
Black with #CF9EDB
Text Example
Text Example
White with #CF9EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9EDB; }
p { color: rgb(207,158,219); }
H1.HeaderClassName
{
color: #CF9EDB;
}
.AnyTagClassName
{
color: #CF9EDB;
}
</style>
background-color css
<style>
a { background-color: #CF9EDB; }
a { background-color: rgb(207,158,219); }
div.DivClassName
{
background-color: #CF9EDB;
}
.BgClassName
{
background-color: #CF9EDB;
}
</style>
border-color css
<style>
span { border-color: #CF9EDB; }
span { border-color: rgb(207,158,219); }
td.TdClassName
{
border-color: #CF9EDB;
}
.TagClassName
{
border-color: #CF9EDB;
}
</style>