Shades of Wisteria #CF9EED
Tints of Wisteria #CF9EED
RGB
CMYK
RGB Variations
Color information
#CF9EED (or 0xCF9EED) is known color: Wisteria. HEX triplet: CF, 9E and ED. RGB value is (207,158,237). Sum of RGB (Red+Green+Blue) = 207+158+237=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 158 (62.11% from 255 or 26.25% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF9EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9EED is #306112. Grayscale: #B5B5B5. Windows color (decimal): -3170579 or 15572687. OLE color: 15572687.
HSL color Cylindrical-coordinate representation of color #CF9EED: hue angle of 277.22º degrees, saturation: 0.69, 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 #CF9EED is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 158 | 237 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.07 |
| HSL | 277.22º | 0.69% | 0.77% | - |
| HSV(B) | 277.22º | 0.33% | 0.93% | - |
| XYZ | 53.25 | 43.83 | 85.78 | - |
| YUV | 181.66 | 159.23 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 158 | 237 | 0.13 | 0.33 | 0 | 0.07 | 277.22 | 0.69 | 0.77 |
| Hex | CF | 9E | ED | D | 21 | 0 | 7 | 115 | 45 | 4D |
| Octal | 317 | 236 | 355 | 15 | 41 | 0 | 7 | 425 | 105 | 115 |
| Binary | 11001111 | 10011110 | 11101101 | 1101 | 100001 | 0 | 111 | 100010101 | 1000101 | 1001101 |
Color Harmonies of #CF9EED
Complementary color
Monochromatic Colors of #CF9EED
Black with #CF9EED
Text Example
Text Example
White with #CF9EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9EED; }
p { color: rgb(207,158,237); }
H1.HeaderClassName
{
color: #CF9EED;
}
.AnyTagClassName
{
color: #CF9EED;
}
</style>
background-color css
<style>
a { background-color: #CF9EED; }
a { background-color: rgb(207,158,237); }
div.DivClassName
{
background-color: #CF9EED;
}
.BgClassName
{
background-color: #CF9EED;
}
</style>
border-color css
<style>
span { border-color: #CF9EED; }
span { border-color: rgb(207,158,237); }
td.TdClassName
{
border-color: #CF9EED;
}
.TagClassName
{
border-color: #CF9EED;
}
</style>