Shades of Wisteria #CF8FE8
Tints of Wisteria #CF8FE8
RGB
CMYK
RGB Variations
Color information
#CF8FE8 (or 0xCF8FE8) is known color: Wisteria. HEX triplet: CF, 8F and E8. RGB value is (207,143,232). Sum of RGB (Red+Green+Blue) = 207+143+232=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 143 (56.25% from 255 or 24.57% from 582); Blue value is 232 (91.02% from 255 or 39.86% from 582); Max value from RGB is 232 - color contains mainly: blue. Hex color #CF8FE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8FE8 is #307017. Grayscale: #ABABAB. Windows color (decimal): -3174424 or 15241167. OLE color: 15241167.
HSL color Cylindrical-coordinate representation of color #CF8FE8: hue angle of 283.15º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF8FE8 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 143 | 232 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.09 |
| HSL | 283.15º | 0.66% | 0.74% | - |
| HSV(B) | 283.15º | 0.38% | 0.91% | - |
| XYZ | 50.12 | 38.74 | 81.18 | - |
| YUV | 172.28 | 161.7 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 232 | 0.11 | 0.38 | 0 | 0.09 | 283.15 | 0.66 | 0.74 |
| Hex | CF | 8F | E8 | B | 26 | 0 | 9 | 11B | 42 | 4A |
| Octal | 317 | 217 | 350 | 13 | 46 | 0 | 11 | 433 | 102 | 112 |
| Binary | 11001111 | 10001111 | 11101000 | 1011 | 100110 | 0 | 1001 | 100011011 | 1000010 | 1001010 |
Color Harmonies of #CF8FE8
Complementary color
Monochromatic Colors of #CF8FE8
Black with #CF8FE8
Text Example
Text Example
White with #CF8FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8FE8; }
p { color: rgb(207,143,232); }
H1.HeaderClassName
{
color: #CF8FE8;
}
.AnyTagClassName
{
color: #CF8FE8;
}
</style>
background-color css
<style>
a { background-color: #CF8FE8; }
a { background-color: rgb(207,143,232); }
div.DivClassName
{
background-color: #CF8FE8;
}
.BgClassName
{
background-color: #CF8FE8;
}
</style>
border-color css
<style>
span { border-color: #CF8FE8; }
span { border-color: rgb(207,143,232); }
td.TdClassName
{
border-color: #CF8FE8;
}
.TagClassName
{
border-color: #CF8FE8;
}
</style>