Shades of Wisteria #CF8FEB
Tints of Wisteria #CF8FEB
RGB
CMYK
RGB Variations
Color information
#CF8FEB (or 0xCF8FEB) is known color: Wisteria. HEX triplet: CF, 8F and EB. RGB value is (207,143,235). Sum of RGB (Red+Green+Blue) = 207+143+235=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 143 (56.25% from 255 or 24.44% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF8FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8FEB is #307014. Grayscale: #ACACAC. Windows color (decimal): -3174421 or 15437775. OLE color: 15437775.
HSL color Cylindrical-coordinate representation of color #CF8FEB: hue angle of 281.74º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF8FEB is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 143 | 235 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.08 |
| HSL | 281.74º | 0.7% | 0.74% | - |
| HSV(B) | 281.74º | 0.39% | 0.92% | - |
| XYZ | 50.55 | 38.91 | 83.44 | - |
| YUV | 172.62 | 163.2 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 235 | 0.12 | 0.39 | 0 | 0.08 | 281.74 | 0.7 | 0.74 |
| Hex | CF | 8F | EB | C | 27 | 0 | 8 | 11A | 46 | 4A |
| Octal | 317 | 217 | 353 | 14 | 47 | 0 | 10 | 432 | 106 | 112 |
| Binary | 11001111 | 10001111 | 11101011 | 1100 | 100111 | 0 | 1000 | 100011010 | 1000110 | 1001010 |
Color Harmonies of #CF8FEB
Complementary color
Monochromatic Colors of #CF8FEB
Black with #CF8FEB
Text Example
Text Example
White with #CF8FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8FEB; }
p { color: rgb(207,143,235); }
H1.HeaderClassName
{
color: #CF8FEB;
}
.AnyTagClassName
{
color: #CF8FEB;
}
</style>
background-color css
<style>
a { background-color: #CF8FEB; }
a { background-color: rgb(207,143,235); }
div.DivClassName
{
background-color: #CF8FEB;
}
.BgClassName
{
background-color: #CF8FEB;
}
</style>
border-color css
<style>
span { border-color: #CF8FEB; }
span { border-color: rgb(207,143,235); }
td.TdClassName
{
border-color: #CF8FEB;
}
.TagClassName
{
border-color: #CF8FEB;
}
</style>