Shades of Wisteria #CF8EEB
Tints of Wisteria #CF8EEB
RGB
CMYK
RGB Variations
Color information
#CF8EEB (or 0xCF8EEB) is known color: Wisteria. HEX triplet: CF, 8E and EB. RGB value is (207,142,235). Sum of RGB (Red+Green+Blue) = 207+142+235=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 142 (55.86% from 255 or 24.32% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF8EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8EEB is #307114. Grayscale: #ABABAB. Windows color (decimal): -3174677 or 15437519. OLE color: 15437519.
HSL color Cylindrical-coordinate representation of color #CF8EEB: hue angle of 281.94º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF8EEB is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 142 | 235 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.08 |
| HSL | 281.94º | 0.7% | 0.74% | - |
| HSV(B) | 281.94º | 0.4% | 0.92% | - |
| XYZ | 50.4 | 38.61 | 83.39 | - |
| YUV | 172.04 | 163.53 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 142 | 235 | 0.12 | 0.40 | 0 | 0.08 | 281.94 | 0.7 | 0.74 |
| Hex | CF | 8E | EB | C | 28 | 0 | 8 | 11A | 46 | 4A |
| Octal | 317 | 216 | 353 | 14 | 50 | 0 | 10 | 432 | 106 | 112 |
| Binary | 11001111 | 10001110 | 11101011 | 1100 | 101000 | 0 | 1000 | 100011010 | 1000110 | 1001010 |
Color Harmonies of #CF8EEB
Complementary color
Monochromatic Colors of #CF8EEB
Black with #CF8EEB
Text Example
Text Example
White with #CF8EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8EEB; }
p { color: rgb(207,142,235); }
H1.HeaderClassName
{
color: #CF8EEB;
}
.AnyTagClassName
{
color: #CF8EEB;
}
</style>
background-color css
<style>
a { background-color: #CF8EEB; }
a { background-color: rgb(207,142,235); }
div.DivClassName
{
background-color: #CF8EEB;
}
.BgClassName
{
background-color: #CF8EEB;
}
</style>
border-color css
<style>
span { border-color: #CF8EEB; }
span { border-color: rgb(207,142,235); }
td.TdClassName
{
border-color: #CF8EEB;
}
.TagClassName
{
border-color: #CF8EEB;
}
</style>