Shades of Wisteria #CE8FE1
Tints of Wisteria #CE8FE1
RGB
CMYK
RGB Variations
Color information
#CE8FE1 (or 0xCE8FE1) is known color: Wisteria. HEX triplet: CE, 8F and E1. RGB value is (206,143,225). Sum of RGB (Red+Green+Blue) = 206+143+225=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 143 (56.25% from 255 or 24.91% from 574); Blue value is 225 (88.28% from 255 or 39.20% from 574); Max value from RGB is 225 - color contains mainly: blue. Hex color #CE8FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8FE1 is #31701E. Grayscale: #AAAAAA. Windows color (decimal): -3239967 or 14782414. OLE color: 14782414.
HSL color Cylindrical-coordinate representation of color #CE8FE1: hue angle of 286.1º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE8FE1 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 143 | 225 | - |
| CMYK | 0.08 | 0.36 | 0 | 0.12 |
| HSL | 286.1º | 0.58% | 0.72% | - |
| HSV(B) | 286.1º | 0.36% | 0.88% | - |
| XYZ | 48.87 | 38.2 | 76.03 | - |
| YUV | 171.19 | 158.37 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 143 | 225 | 0.08 | 0.36 | 0 | 0.12 | 286.1 | 0.58 | 0.72 |
| Hex | CE | 8F | E1 | 8 | 24 | 0 | C | 11E | 3A | 48 |
| Octal | 316 | 217 | 341 | 10 | 44 | 0 | 14 | 436 | 72 | 110 |
| Binary | 11001110 | 10001111 | 11100001 | 1000 | 100100 | 0 | 1100 | 100011110 | 111010 | 1001000 |
Color Harmonies of #CE8FE1
Complementary color
Monochromatic Colors of #CE8FE1
Black with #CE8FE1
Text Example
Text Example
White with #CE8FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8FE1; }
p { color: rgb(206,143,225); }
H1.HeaderClassName
{
color: #CE8FE1;
}
.AnyTagClassName
{
color: #CE8FE1;
}
</style>
background-color css
<style>
a { background-color: #CE8FE1; }
a { background-color: rgb(206,143,225); }
div.DivClassName
{
background-color: #CE8FE1;
}
.BgClassName
{
background-color: #CE8FE1;
}
</style>
border-color css
<style>
span { border-color: #CE8FE1; }
span { border-color: rgb(206,143,225); }
td.TdClassName
{
border-color: #CE8FE1;
}
.TagClassName
{
border-color: #CE8FE1;
}
</style>