Shades of Wisteria #CE95DB
Tints of Wisteria #CE95DB
RGB
CMYK
RGB Variations
Color information
#CE95DB (or 0xCE95DB) is known color: Wisteria. HEX triplet: CE, 95 and DB. RGB value is (206,149,219). Sum of RGB (Red+Green+Blue) = 206+149+219=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 149 (58.59% from 255 or 25.96% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE95DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE95DB is #316A24. Grayscale: #ADADAD. Windows color (decimal): -3238437 or 14390734. OLE color: 14390734.
HSL color Cylindrical-coordinate representation of color #CE95DB: hue angle of 288.86º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CE95DB is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 149 | 219 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.14 |
| HSL | 288.86º | 0.49% | 0.72% | - |
| HSV(B) | 288.86º | 0.32% | 0.86% | - |
| XYZ | 48.99 | 39.73 | 72.1 | - |
| YUV | 174.02 | 153.38 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 149 | 219 | 0.06 | 0.32 | 0 | 0.14 | 288.86 | 0.49 | 0.72 |
| Hex | CE | 95 | DB | 6 | 20 | 0 | E | 121 | 31 | 48 |
| Octal | 316 | 225 | 333 | 6 | 40 | 0 | 16 | 441 | 61 | 110 |
| Binary | 11001110 | 10010101 | 11011011 | 110 | 100000 | 0 | 1110 | 100100001 | 110001 | 1001000 |
Color Harmonies of #CE95DB
Complementary color
Monochromatic Colors of #CE95DB
Black with #CE95DB
Text Example
Text Example
White with #CE95DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE95DB; }
p { color: rgb(206,149,219); }
H1.HeaderClassName
{
color: #CE95DB;
}
.AnyTagClassName
{
color: #CE95DB;
}
</style>
background-color css
<style>
a { background-color: #CE95DB; }
a { background-color: rgb(206,149,219); }
div.DivClassName
{
background-color: #CE95DB;
}
.BgClassName
{
background-color: #CE95DB;
}
</style>
border-color css
<style>
span { border-color: #CE95DB; }
span { border-color: rgb(206,149,219); }
td.TdClassName
{
border-color: #CE95DB;
}
.TagClassName
{
border-color: #CE95DB;
}
</style>