Shades of Wisteria #CF9FEC
Tints of Wisteria #CF9FEC
RGB
CMYK
RGB Variations
Color information
#CF9FEC (or 0xCF9FEC) is known color: Wisteria. HEX triplet: CF, 9F and EC. RGB value is (207,159,236). Sum of RGB (Red+Green+Blue) = 207+159+236=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 159 (62.5% from 255 or 26.41% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF9FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9FEC is #306013. Grayscale: #B5B5B5. Windows color (decimal): -3170324 or 15507407. OLE color: 15507407.
HSL color Cylindrical-coordinate representation of color #CF9FEC: hue angle of 277.4º 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 #CF9FEC is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 159 | 236 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.07 |
| HSL | 277.4º | 0.67% | 0.77% | - |
| HSV(B) | 277.4º | 0.33% | 0.93% | - |
| XYZ | 53.27 | 44.12 | 85.06 | - |
| YUV | 182.13 | 158.4 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 236 | 0.12 | 0.33 | 0 | 0.07 | 277.4 | 0.67 | 0.77 |
| Hex | CF | 9F | EC | C | 21 | 0 | 7 | 115 | 43 | 4D |
| Octal | 317 | 237 | 354 | 14 | 41 | 0 | 7 | 425 | 103 | 115 |
| Binary | 11001111 | 10011111 | 11101100 | 1100 | 100001 | 0 | 111 | 100010101 | 1000011 | 1001101 |
Color Harmonies of #CF9FEC
Complementary color
Monochromatic Colors of #CF9FEC
Black with #CF9FEC
Text Example
Text Example
White with #CF9FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9FEC; }
p { color: rgb(207,159,236); }
H1.HeaderClassName
{
color: #CF9FEC;
}
.AnyTagClassName
{
color: #CF9FEC;
}
</style>
background-color css
<style>
a { background-color: #CF9FEC; }
a { background-color: rgb(207,159,236); }
div.DivClassName
{
background-color: #CF9FEC;
}
.BgClassName
{
background-color: #CF9FEC;
}
</style>
border-color css
<style>
span { border-color: #CF9FEC; }
span { border-color: rgb(207,159,236); }
td.TdClassName
{
border-color: #CF9FEC;
}
.TagClassName
{
border-color: #CF9FEC;
}
</style>