Shades of Wisteria #CE8FE4
Tints of Wisteria #CE8FE4
RGB
CMYK
RGB Variations
Color information
#CE8FE4 (or 0xCE8FE4) is known color: Wisteria. HEX triplet: CE, 8F and E4. RGB value is (206,143,228). Sum of RGB (Red+Green+Blue) = 206+143+228=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 143 (56.25% from 255 or 24.78% from 577); Blue value is 228 (89.45% from 255 or 39.51% from 577); Max value from RGB is 228 - color contains mainly: blue. Hex color #CE8FE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8FE4 is #31701B. Grayscale: #ABABAB. Windows color (decimal): -3239964 or 14979022. OLE color: 14979022.
HSL color Cylindrical-coordinate representation of color #CE8FE4: hue angle of 284.47º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE8FE4 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 143 | 228 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.11 |
| HSL | 284.47º | 0.61% | 0.73% | - |
| HSV(B) | 284.47º | 0.37% | 0.89% | - |
| XYZ | 49.28 | 38.37 | 78.21 | - |
| YUV | 171.53 | 159.87 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 143 | 228 | 0.10 | 0.37 | 0 | 0.11 | 284.47 | 0.61 | 0.73 |
| Hex | CE | 8F | E4 | A | 25 | 0 | B | 11C | 3D | 49 |
| Octal | 316 | 217 | 344 | 12 | 45 | 0 | 13 | 434 | 75 | 111 |
| Binary | 11001110 | 10001111 | 11100100 | 1010 | 100101 | 0 | 1011 | 100011100 | 111101 | 1001001 |
Color Harmonies of #CE8FE4
Complementary color
Monochromatic Colors of #CE8FE4
Black with #CE8FE4
Text Example
Text Example
White with #CE8FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8FE4; }
p { color: rgb(206,143,228); }
H1.HeaderClassName
{
color: #CE8FE4;
}
.AnyTagClassName
{
color: #CE8FE4;
}
</style>
background-color css
<style>
a { background-color: #CE8FE4; }
a { background-color: rgb(206,143,228); }
div.DivClassName
{
background-color: #CE8FE4;
}
.BgClassName
{
background-color: #CE8FE4;
}
</style>
border-color css
<style>
span { border-color: #CE8FE4; }
span { border-color: rgb(206,143,228); }
td.TdClassName
{
border-color: #CE8FE4;
}
.TagClassName
{
border-color: #CE8FE4;
}
</style>