Shades of Wisteria #CF9BD8
Tints of Wisteria #CF9BD8
RGB
CMYK
RGB Variations
Color information
#CF9BD8 (or 0xCF9BD8) is known color: Wisteria. HEX triplet: CF, 9B and D8. RGB value is (207,155,216). Sum of RGB (Red+Green+Blue) = 207+155+216=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 155 (60.94% from 255 or 26.82% from 578); Blue value is 216 (84.77% from 255 or 37.37% from 578); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF9BD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9BD8 is #306427. Grayscale: #B1B1B1. Windows color (decimal): -3171368 or 14195663. OLE color: 14195663.
HSL color Cylindrical-coordinate representation of color #CF9BD8: hue angle of 291.15º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CF9BD8 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 155 | 216 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.15 |
| HSL | 291.15º | 0.44% | 0.73% | - |
| HSV(B) | 291.15º | 0.28% | 0.85% | - |
| XYZ | 49.85 | 41.67 | 70.38 | - |
| YUV | 177.5 | 149.73 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 155 | 216 | 0.04 | 0.28 | 0 | 0.15 | 291.15 | 0.44 | 0.73 |
| Hex | CF | 9B | D8 | 4 | 1C | 0 | F | 123 | 2C | 49 |
| Octal | 317 | 233 | 330 | 4 | 34 | 0 | 17 | 443 | 54 | 111 |
| Binary | 11001111 | 10011011 | 11011000 | 100 | 11100 | 0 | 1111 | 100100011 | 101100 | 1001001 |
Color Harmonies of #CF9BD8
Complementary color
Monochromatic Colors of #CF9BD8
Black with #CF9BD8
Text Example
Text Example
White with #CF9BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9BD8; }
p { color: rgb(207,155,216); }
H1.HeaderClassName
{
color: #CF9BD8;
}
.AnyTagClassName
{
color: #CF9BD8;
}
</style>
background-color css
<style>
a { background-color: #CF9BD8; }
a { background-color: rgb(207,155,216); }
div.DivClassName
{
background-color: #CF9BD8;
}
.BgClassName
{
background-color: #CF9BD8;
}
</style>
border-color css
<style>
span { border-color: #CF9BD8; }
span { border-color: rgb(207,155,216); }
td.TdClassName
{
border-color: #CF9BD8;
}
.TagClassName
{
border-color: #CF9BD8;
}
</style>