Shades of Wisteria #CF9EEF
Tints of Wisteria #CF9EEF
RGB
CMYK
RGB Variations
Color information
#CF9EEF (or 0xCF9EEF) is known color: Wisteria. HEX triplet: CF, 9E and EF. RGB value is (207,158,239). Sum of RGB (Red+Green+Blue) = 207+158+239=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 158 (62.11% from 255 or 26.16% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF9EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9EEF is #306110. Grayscale: #B5B5B5. Windows color (decimal): -3170577 or 15703759. OLE color: 15703759.
HSL color Cylindrical-coordinate representation of color #CF9EEF: hue angle of 276.3º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF9EEF is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 158 | 239 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.06 |
| HSL | 276.3º | 0.72% | 0.78% | - |
| HSV(B) | 276.3º | 0.34% | 0.94% | - |
| XYZ | 53.54 | 43.95 | 87.32 | - |
| YUV | 181.89 | 160.23 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 158 | 239 | 0.13 | 0.34 | 0 | 0.06 | 276.3 | 0.72 | 0.78 |
| Hex | CF | 9E | EF | D | 22 | 0 | 6 | 114 | 48 | 4E |
| Octal | 317 | 236 | 357 | 15 | 42 | 0 | 6 | 424 | 110 | 116 |
| Binary | 11001111 | 10011110 | 11101111 | 1101 | 100010 | 0 | 110 | 100010100 | 1001000 | 1001110 |
Color Harmonies of #CF9EEF
Complementary color
Monochromatic Colors of #CF9EEF
Black with #CF9EEF
Text Example
Text Example
White with #CF9EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9EEF; }
p { color: rgb(207,158,239); }
H1.HeaderClassName
{
color: #CF9EEF;
}
.AnyTagClassName
{
color: #CF9EEF;
}
</style>
background-color css
<style>
a { background-color: #CF9EEF; }
a { background-color: rgb(207,158,239); }
div.DivClassName
{
background-color: #CF9EEF;
}
.BgClassName
{
background-color: #CF9EEF;
}
</style>
border-color css
<style>
span { border-color: #CF9EEF; }
span { border-color: rgb(207,158,239); }
td.TdClassName
{
border-color: #CF9EEF;
}
.TagClassName
{
border-color: #CF9EEF;
}
</style>