Shades of Wisteria #CE94E2
Tints of Wisteria #CE94E2
RGB
CMYK
RGB Variations
Color information
#CE94E2 (or 0xCE94E2) is known color: Wisteria. HEX triplet: CE, 94 and E2. RGB value is (206,148,226). Sum of RGB (Red+Green+Blue) = 206+148+226=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 148 (58.20% from 255 or 25.52% from 580); Blue value is 226 (88.67% from 255 or 38.97% from 580); Max value from RGB is 226 - color contains mainly: blue. Hex color #CE94E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE94E2 is #316B1D. Grayscale: #ADADAD. Windows color (decimal): -3238686 or 14849230. OLE color: 14849230.
HSL color Cylindrical-coordinate representation of color #CE94E2: hue angle of 284.62º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE94E2 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 148 | 226 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.11 |
| HSL | 284.62º | 0.57% | 0.73% | - |
| HSV(B) | 284.62º | 0.35% | 0.89% | - |
| XYZ | 49.77 | 39.79 | 77.01 | - |
| YUV | 174.23 | 157.22 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 148 | 226 | 0.09 | 0.35 | 0 | 0.11 | 284.62 | 0.57 | 0.73 |
| Hex | CE | 94 | E2 | 9 | 23 | 0 | B | 11D | 39 | 49 |
| Octal | 316 | 224 | 342 | 11 | 43 | 0 | 13 | 435 | 71 | 111 |
| Binary | 11001110 | 10010100 | 11100010 | 1001 | 100011 | 0 | 1011 | 100011101 | 111001 | 1001001 |
Color Harmonies of #CE94E2
Complementary color
Monochromatic Colors of #CE94E2
Black with #CE94E2
Text Example
Text Example
White with #CE94E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE94E2; }
p { color: rgb(206,148,226); }
H1.HeaderClassName
{
color: #CE94E2;
}
.AnyTagClassName
{
color: #CE94E2;
}
</style>
background-color css
<style>
a { background-color: #CE94E2; }
a { background-color: rgb(206,148,226); }
div.DivClassName
{
background-color: #CE94E2;
}
.BgClassName
{
background-color: #CE94E2;
}
</style>
border-color css
<style>
span { border-color: #CE94E2; }
span { border-color: rgb(206,148,226); }
td.TdClassName
{
border-color: #CE94E2;
}
.TagClassName
{
border-color: #CE94E2;
}
</style>