Shades of Wisteria #CE98DA
Tints of Wisteria #CE98DA
RGB
CMYK
RGB Variations
Color information
#CE98DA (or 0xCE98DA) is known color: Wisteria. HEX triplet: CE, 98 and DA. RGB value is (206,152,218). Sum of RGB (Red+Green+Blue) = 206+152+218=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 152 (59.77% from 255 or 26.39% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE98DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE98DA is #316725. Grayscale: #AFAFAF. Windows color (decimal): -3237670 or 14325966. OLE color: 14325966.
HSL color Cylindrical-coordinate representation of color #CE98DA: hue angle of 289.09º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CE98DA is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 152 | 218 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.15 |
| HSL | 289.09º | 0.47% | 0.73% | - |
| HSV(B) | 289.09º | 0.3% | 0.85% | - |
| XYZ | 49.34 | 40.64 | 71.57 | - |
| YUV | 175.67 | 151.89 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 152 | 218 | 0.06 | 0.30 | 0 | 0.15 | 289.09 | 0.47 | 0.73 |
| Hex | CE | 98 | DA | 6 | 1E | 0 | F | 121 | 2F | 49 |
| Octal | 316 | 230 | 332 | 6 | 36 | 0 | 17 | 441 | 57 | 111 |
| Binary | 11001110 | 10011000 | 11011010 | 110 | 11110 | 0 | 1111 | 100100001 | 101111 | 1001001 |
Color Harmonies of #CE98DA
Complementary color
Monochromatic Colors of #CE98DA
Black with #CE98DA
Text Example
Text Example
White with #CE98DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE98DA; }
p { color: rgb(206,152,218); }
H1.HeaderClassName
{
color: #CE98DA;
}
.AnyTagClassName
{
color: #CE98DA;
}
</style>
background-color css
<style>
a { background-color: #CE98DA; }
a { background-color: rgb(206,152,218); }
div.DivClassName
{
background-color: #CE98DA;
}
.BgClassName
{
background-color: #CE98DA;
}
</style>
border-color css
<style>
span { border-color: #CE98DA; }
span { border-color: rgb(206,152,218); }
td.TdClassName
{
border-color: #CE98DA;
}
.TagClassName
{
border-color: #CE98DA;
}
</style>