Shades of Wisteria #CE94E0
Tints of Wisteria #CE94E0
RGB
CMYK
RGB Variations
Color information
#CE94E0 (or 0xCE94E0) is known color: Wisteria. HEX triplet: CE, 94 and E0. RGB value is (206,148,224). Sum of RGB (Red+Green+Blue) = 206+148+224=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 148 (58.20% from 255 or 25.61% from 578); Blue value is 224 (87.89% from 255 or 38.75% from 578); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE94E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE94E0 is #316B1F. Grayscale: #ADADAD. Windows color (decimal): -3238688 or 14718158. OLE color: 14718158.
HSL color Cylindrical-coordinate representation of color #CE94E0: hue angle of 285.79º degrees, saturation: 0.55, 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 #CE94E0 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 148 | 224 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.12 |
| HSL | 285.79º | 0.55% | 0.73% | - |
| HSV(B) | 285.79º | 0.34% | 0.88% | - |
| XYZ | 49.5 | 39.68 | 75.57 | - |
| YUV | 174.01 | 156.22 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 148 | 224 | 0.08 | 0.34 | 0 | 0.12 | 285.79 | 0.55 | 0.73 |
| Hex | CE | 94 | E0 | 8 | 22 | 0 | C | 11E | 37 | 49 |
| Octal | 316 | 224 | 340 | 10 | 42 | 0 | 14 | 436 | 67 | 111 |
| Binary | 11001110 | 10010100 | 11100000 | 1000 | 100010 | 0 | 1100 | 100011110 | 110111 | 1001001 |
Color Harmonies of #CE94E0
Complementary color
Monochromatic Colors of #CE94E0
Black with #CE94E0
Text Example
Text Example
White with #CE94E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE94E0; }
p { color: rgb(206,148,224); }
H1.HeaderClassName
{
color: #CE94E0;
}
.AnyTagClassName
{
color: #CE94E0;
}
</style>
background-color css
<style>
a { background-color: #CE94E0; }
a { background-color: rgb(206,148,224); }
div.DivClassName
{
background-color: #CE94E0;
}
.BgClassName
{
background-color: #CE94E0;
}
</style>
border-color css
<style>
span { border-color: #CE94E0; }
span { border-color: rgb(206,148,224); }
td.TdClassName
{
border-color: #CE94E0;
}
.TagClassName
{
border-color: #CE94E0;
}
</style>