Shades of Wisteria #CE8FE8
Tints of Wisteria #CE8FE8
RGB
CMYK
RGB Variations
Color information
#CE8FE8 (or 0xCE8FE8) is known color: Wisteria. HEX triplet: CE, 8F and E8. RGB value is (206,143,232). Sum of RGB (Red+Green+Blue) = 206+143+232=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 143 (56.25% from 255 or 24.61% from 581); Blue value is 232 (91.02% from 255 or 39.93% from 581); Max value from RGB is 232 - color contains mainly: blue. Hex color #CE8FE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8FE8 is #317017. Grayscale: #ABABAB. Windows color (decimal): -3239960 or 15241166. OLE color: 15241166.
HSL color Cylindrical-coordinate representation of color #CE8FE8: hue angle of 282.47º 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 #CE8FE8 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 143 | 232 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.09 |
| HSL | 282.47º | 0.66% | 0.74% | - |
| HSV(B) | 282.47º | 0.38% | 0.91% | - |
| XYZ | 49.84 | 38.59 | 81.17 | - |
| YUV | 171.98 | 161.87 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 143 | 232 | 0.11 | 0.38 | 0 | 0.09 | 282.47 | 0.66 | 0.74 |
| Hex | CE | 8F | E8 | B | 26 | 0 | 9 | 11A | 42 | 4A |
| Octal | 316 | 217 | 350 | 13 | 46 | 0 | 11 | 432 | 102 | 112 |
| Binary | 11001110 | 10001111 | 11101000 | 1011 | 100110 | 0 | 1001 | 100011010 | 1000010 | 1001010 |
Color Harmonies of #CE8FE8
Complementary color
Monochromatic Colors of #CE8FE8
Black with #CE8FE8
Text Example
Text Example
White with #CE8FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8FE8; }
p { color: rgb(206,143,232); }
H1.HeaderClassName
{
color: #CE8FE8;
}
.AnyTagClassName
{
color: #CE8FE8;
}
</style>
background-color css
<style>
a { background-color: #CE8FE8; }
a { background-color: rgb(206,143,232); }
div.DivClassName
{
background-color: #CE8FE8;
}
.BgClassName
{
background-color: #CE8FE8;
}
</style>
border-color css
<style>
span { border-color: #CE8FE8; }
span { border-color: rgb(206,143,232); }
td.TdClassName
{
border-color: #CE8FE8;
}
.TagClassName
{
border-color: #CE8FE8;
}
</style>