Shades of Wisteria #CE98DB
Tints of Wisteria #CE98DB
RGB
CMYK
RGB Variations
Color information
#CE98DB (or 0xCE98DB) is known color: Wisteria. HEX triplet: CE, 98 and DB. RGB value is (206,152,219). Sum of RGB (Red+Green+Blue) = 206+152+219=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 152 (59.77% from 255 or 26.34% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE98DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE98DB is #316724. Grayscale: #AFAFAF. Windows color (decimal): -3237669 or 14391502. OLE color: 14391502.
HSL color Cylindrical-coordinate representation of color #CE98DB: hue angle of 288.36º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CE98DB is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 152 | 219 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.14 |
| HSL | 288.36º | 0.48% | 0.73% | - |
| HSV(B) | 288.36º | 0.31% | 0.86% | - |
| XYZ | 49.47 | 40.69 | 72.27 | - |
| YUV | 175.78 | 152.39 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 152 | 219 | 0.06 | 0.31 | 0 | 0.14 | 288.36 | 0.48 | 0.73 |
| Hex | CE | 98 | DB | 6 | 1F | 0 | E | 120 | 30 | 49 |
| Octal | 316 | 230 | 333 | 6 | 37 | 0 | 16 | 440 | 60 | 111 |
| Binary | 11001110 | 10011000 | 11011011 | 110 | 11111 | 0 | 1110 | 100100000 | 110000 | 1001001 |
Color Harmonies of #CE98DB
Complementary color
Monochromatic Colors of #CE98DB
Black with #CE98DB
Text Example
Text Example
White with #CE98DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE98DB; }
p { color: rgb(206,152,219); }
H1.HeaderClassName
{
color: #CE98DB;
}
.AnyTagClassName
{
color: #CE98DB;
}
</style>
background-color css
<style>
a { background-color: #CE98DB; }
a { background-color: rgb(206,152,219); }
div.DivClassName
{
background-color: #CE98DB;
}
.BgClassName
{
background-color: #CE98DB;
}
</style>
border-color css
<style>
span { border-color: #CE98DB; }
span { border-color: rgb(206,152,219); }
td.TdClassName
{
border-color: #CE98DB;
}
.TagClassName
{
border-color: #CE98DB;
}
</style>