Shades of Wisteria #CF8EED
Tints of Wisteria #CF8EED
RGB
CMYK
RGB Variations
Color information
#CF8EED (or 0xCF8EED) is known color: Wisteria. HEX triplet: CF, 8E and ED. RGB value is (207,142,237). Sum of RGB (Red+Green+Blue) = 207+142+237=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 142 (55.86% from 255 or 24.23% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF8EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8EED is #307112. Grayscale: #ABABAB. Windows color (decimal): -3174675 or 15568591. OLE color: 15568591.
HSL color Cylindrical-coordinate representation of color #CF8EED: hue angle of 281.05º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF8EED is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 142 | 237 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.07 |
| HSL | 281.05º | 0.73% | 0.74% | - |
| HSV(B) | 281.05º | 0.4% | 0.93% | - |
| XYZ | 50.69 | 38.73 | 84.92 | - |
| YUV | 172.27 | 164.53 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 142 | 237 | 0.13 | 0.40 | 0 | 0.07 | 281.05 | 0.73 | 0.74 |
| Hex | CF | 8E | ED | D | 28 | 0 | 7 | 119 | 49 | 4A |
| Octal | 317 | 216 | 355 | 15 | 50 | 0 | 7 | 431 | 111 | 112 |
| Binary | 11001111 | 10001110 | 11101101 | 1101 | 101000 | 0 | 111 | 100011001 | 1001001 | 1001010 |
Color Harmonies of #CF8EED
Complementary color
Monochromatic Colors of #CF8EED
Black with #CF8EED
Text Example
Text Example
White with #CF8EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8EED; }
p { color: rgb(207,142,237); }
H1.HeaderClassName
{
color: #CF8EED;
}
.AnyTagClassName
{
color: #CF8EED;
}
</style>
background-color css
<style>
a { background-color: #CF8EED; }
a { background-color: rgb(207,142,237); }
div.DivClassName
{
background-color: #CF8EED;
}
.BgClassName
{
background-color: #CF8EED;
}
</style>
border-color css
<style>
span { border-color: #CF8EED; }
span { border-color: rgb(207,142,237); }
td.TdClassName
{
border-color: #CF8EED;
}
.TagClassName
{
border-color: #CF8EED;
}
</style>