Shades of Wisteria #CE94E1
Tints of Wisteria #CE94E1
RGB
CMYK
RGB Variations
Color information
#CE94E1 (or 0xCE94E1) is known color: Wisteria. HEX triplet: CE, 94 and E1. RGB value is (206,148,225). Sum of RGB (Red+Green+Blue) = 206+148+225=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 148 (58.20% from 255 or 25.56% from 579); Blue value is 225 (88.28% from 255 or 38.86% from 579); Max value from RGB is 225 - color contains mainly: blue. Hex color #CE94E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE94E1 is #316B1E. Grayscale: #ADADAD. Windows color (decimal): -3238687 or 14783694. OLE color: 14783694.
HSL color Cylindrical-coordinate representation of color #CE94E1: hue angle of 285.19º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE94E1 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 148 | 225 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.12 |
| HSL | 285.19º | 0.56% | 0.73% | - |
| HSV(B) | 285.19º | 0.34% | 0.88% | - |
| XYZ | 49.63 | 39.74 | 76.29 | - |
| YUV | 174.12 | 156.72 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 148 | 225 | 0.08 | 0.34 | 0 | 0.12 | 285.19 | 0.56 | 0.73 |
| Hex | CE | 94 | E1 | 8 | 22 | 0 | C | 11D | 38 | 49 |
| Octal | 316 | 224 | 341 | 10 | 42 | 0 | 14 | 435 | 70 | 111 |
| Binary | 11001110 | 10010100 | 11100001 | 1000 | 100010 | 0 | 1100 | 100011101 | 111000 | 1001001 |
Color Harmonies of #CE94E1
Complementary color
Monochromatic Colors of #CE94E1
Black with #CE94E1
Text Example
Text Example
White with #CE94E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE94E1; }
p { color: rgb(206,148,225); }
H1.HeaderClassName
{
color: #CE94E1;
}
.AnyTagClassName
{
color: #CE94E1;
}
</style>
background-color css
<style>
a { background-color: #CE94E1; }
a { background-color: rgb(206,148,225); }
div.DivClassName
{
background-color: #CE94E1;
}
.BgClassName
{
background-color: #CE94E1;
}
</style>
border-color css
<style>
span { border-color: #CE94E1; }
span { border-color: rgb(206,148,225); }
td.TdClassName
{
border-color: #CE94E1;
}
.TagClassName
{
border-color: #CE94E1;
}
</style>