Shades of Wisteria #CF9EDA
Tints of Wisteria #CF9EDA
RGB
CMYK
RGB Variations
Color information
#CF9EDA (or 0xCF9EDA) is known color: Wisteria. HEX triplet: CF, 9E and DA. RGB value is (207,158,218). Sum of RGB (Red+Green+Blue) = 207+158+218=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 158 (62.11% from 255 or 27.10% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF9EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9EDA is #306125. Grayscale: #B3B3B3. Windows color (decimal): -3170598 or 14327503. OLE color: 14327503.
HSL color Cylindrical-coordinate representation of color #CF9EDA: hue angle of 289º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CF9EDA is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 158 | 218 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.15 |
| HSL | 289º | 0.45% | 0.74% | - |
| HSV(B) | 289º | 0.28% | 0.85% | - |
| XYZ | 50.61 | 42.78 | 71.92 | - |
| YUV | 179.49 | 149.73 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 158 | 218 | 0.05 | 0.28 | 0 | 0.15 | 289 | 0.45 | 0.74 |
| Hex | CF | 9E | DA | 5 | 1C | 0 | F | 121 | 2D | 4A |
| Octal | 317 | 236 | 332 | 5 | 34 | 0 | 17 | 441 | 55 | 112 |
| Binary | 11001111 | 10011110 | 11011010 | 101 | 11100 | 0 | 1111 | 100100001 | 101101 | 1001010 |
Color Harmonies of #CF9EDA
Complementary color
Monochromatic Colors of #CF9EDA
Black with #CF9EDA
Text Example
Text Example
White with #CF9EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9EDA; }
p { color: rgb(207,158,218); }
H1.HeaderClassName
{
color: #CF9EDA;
}
.AnyTagClassName
{
color: #CF9EDA;
}
</style>
background-color css
<style>
a { background-color: #CF9EDA; }
a { background-color: rgb(207,158,218); }
div.DivClassName
{
background-color: #CF9EDA;
}
.BgClassName
{
background-color: #CF9EDA;
}
</style>
border-color css
<style>
span { border-color: #CF9EDA; }
span { border-color: rgb(207,158,218); }
td.TdClassName
{
border-color: #CF9EDA;
}
.TagClassName
{
border-color: #CF9EDA;
}
</style>