Shades of Wisteria #CE98EA
Tints of Wisteria #CE98EA
RGB
CMYK
RGB Variations
Color information
#CE98EA (or 0xCE98EA) is known color: Wisteria. HEX triplet: CE, 98 and EA. RGB value is (206,152,234). Sum of RGB (Red+Green+Blue) = 206+152+234=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 152 (59.77% from 255 or 25.68% from 592); Blue value is 234 (91.80% from 255 or 39.53% from 592); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE98EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE98EA is #316715. Grayscale: #B1B1B1. Windows color (decimal): -3237654 or 15374542. OLE color: 15374542.
HSL color Cylindrical-coordinate representation of color #CE98EA: hue angle of 279.51º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE98EA is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 152 | 234 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.08 |
| HSL | 279.51º | 0.66% | 0.76% | - |
| HSV(B) | 279.51º | 0.35% | 0.92% | - |
| XYZ | 51.53 | 41.52 | 83.14 | - |
| YUV | 177.49 | 159.89 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 152 | 234 | 0.12 | 0.35 | 0 | 0.08 | 279.51 | 0.66 | 0.76 |
| Hex | CE | 98 | EA | C | 23 | 0 | 8 | 118 | 42 | 4C |
| Octal | 316 | 230 | 352 | 14 | 43 | 0 | 10 | 430 | 102 | 114 |
| Binary | 11001110 | 10011000 | 11101010 | 1100 | 100011 | 0 | 1000 | 100011000 | 1000010 | 1001100 |
Color Harmonies of #CE98EA
Complementary color
Monochromatic Colors of #CE98EA
Black with #CE98EA
Text Example
Text Example
White with #CE98EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE98EA; }
p { color: rgb(206,152,234); }
H1.HeaderClassName
{
color: #CE98EA;
}
.AnyTagClassName
{
color: #CE98EA;
}
</style>
background-color css
<style>
a { background-color: #CE98EA; }
a { background-color: rgb(206,152,234); }
div.DivClassName
{
background-color: #CE98EA;
}
.BgClassName
{
background-color: #CE98EA;
}
</style>
border-color css
<style>
span { border-color: #CE98EA; }
span { border-color: rgb(206,152,234); }
td.TdClassName
{
border-color: #CE98EA;
}
.TagClassName
{
border-color: #CE98EA;
}
</style>