Shades of Wisteria #CF9BDD
Tints of Wisteria #CF9BDD
RGB
CMYK
RGB Variations
Color information
#CF9BDD (or 0xCF9BDD) is known color: Wisteria. HEX triplet: CF, 9B and DD. RGB value is (207,155,221). Sum of RGB (Red+Green+Blue) = 207+155+221=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 155 (60.94% from 255 or 26.59% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF9BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9BDD is #306422. Grayscale: #B1B1B1. Windows color (decimal): -3171363 or 14523343. OLE color: 14523343.
HSL color Cylindrical-coordinate representation of color #CF9BDD: hue angle of 287.27º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CF9BDD is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 155 | 221 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.13 |
| HSL | 287.27º | 0.49% | 0.74% | - |
| HSV(B) | 287.27º | 0.3% | 0.87% | - |
| XYZ | 50.5 | 41.93 | 73.84 | - |
| YUV | 178.07 | 152.23 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 155 | 221 | 0.06 | 0.30 | 0 | 0.13 | 287.27 | 0.49 | 0.74 |
| Hex | CF | 9B | DD | 6 | 1E | 0 | D | 11F | 31 | 4A |
| Octal | 317 | 233 | 335 | 6 | 36 | 0 | 15 | 437 | 61 | 112 |
| Binary | 11001111 | 10011011 | 11011101 | 110 | 11110 | 0 | 1101 | 100011111 | 110001 | 1001010 |
Color Harmonies of #CF9BDD
Complementary color
Monochromatic Colors of #CF9BDD
Black with #CF9BDD
Text Example
Text Example
White with #CF9BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9BDD; }
p { color: rgb(207,155,221); }
H1.HeaderClassName
{
color: #CF9BDD;
}
.AnyTagClassName
{
color: #CF9BDD;
}
</style>
background-color css
<style>
a { background-color: #CF9BDD; }
a { background-color: rgb(207,155,221); }
div.DivClassName
{
background-color: #CF9BDD;
}
.BgClassName
{
background-color: #CF9BDD;
}
</style>
border-color css
<style>
span { border-color: #CF9BDD; }
span { border-color: rgb(207,155,221); }
td.TdClassName
{
border-color: #CF9BDD;
}
.TagClassName
{
border-color: #CF9BDD;
}
</style>