Shades of Wisteria #CF9EEC
Tints of Wisteria #CF9EEC
RGB
CMYK
RGB Variations
Color information
#CF9EEC (or 0xCF9EEC) is known color: Wisteria. HEX triplet: CF, 9E and EC. RGB value is (207,158,236). Sum of RGB (Red+Green+Blue) = 207+158+236=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 158 (62.11% from 255 or 26.29% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF9EEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9EEC is #306113. Grayscale: #B5B5B5. Windows color (decimal): -3170580 or 15507151. OLE color: 15507151.
HSL color Cylindrical-coordinate representation of color #CF9EEC: hue angle of 277.69º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF9EEC is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 158 | 236 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.07 |
| HSL | 277.69º | 0.67% | 0.77% | - |
| HSV(B) | 277.69º | 0.33% | 0.93% | - |
| XYZ | 53.1 | 43.78 | 85.01 | - |
| YUV | 181.54 | 158.73 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 158 | 236 | 0.12 | 0.33 | 0 | 0.07 | 277.69 | 0.67 | 0.77 |
| Hex | CF | 9E | EC | C | 21 | 0 | 7 | 116 | 43 | 4D |
| Octal | 317 | 236 | 354 | 14 | 41 | 0 | 7 | 426 | 103 | 115 |
| Binary | 11001111 | 10011110 | 11101100 | 1100 | 100001 | 0 | 111 | 100010110 | 1000011 | 1001101 |
Color Harmonies of #CF9EEC
Complementary color
Monochromatic Colors of #CF9EEC
Black with #CF9EEC
Text Example
Text Example
White with #CF9EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9EEC; }
p { color: rgb(207,158,236); }
H1.HeaderClassName
{
color: #CF9EEC;
}
.AnyTagClassName
{
color: #CF9EEC;
}
</style>
background-color css
<style>
a { background-color: #CF9EEC; }
a { background-color: rgb(207,158,236); }
div.DivClassName
{
background-color: #CF9EEC;
}
.BgClassName
{
background-color: #CF9EEC;
}
</style>
border-color css
<style>
span { border-color: #CF9EEC; }
span { border-color: rgb(207,158,236); }
td.TdClassName
{
border-color: #CF9EEC;
}
.TagClassName
{
border-color: #CF9EEC;
}
</style>