Shades of Wisteria #CE94EE
Tints of Wisteria #CE94EE
RGB
CMYK
RGB Variations
Color information
#CE94EE (or 0xCE94EE) is known color: Wisteria. HEX triplet: CE, 94 and EE. RGB value is (206,148,238). Sum of RGB (Red+Green+Blue) = 206+148+238=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 148 (58.20% from 255 or 25% from 592); Blue value is 238 (93.36% from 255 or 40.20% from 592); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE94EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE94EE is #316B11. Grayscale: #AFAFAF. Windows color (decimal): -3238674 or 15635662. OLE color: 15635662.
HSL color Cylindrical-coordinate representation of color #CE94EE: hue angle of 278.67º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE94EE is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 148 | 238 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.07 |
| HSL | 278.67º | 0.73% | 0.76% | - |
| HSV(B) | 278.67º | 0.38% | 0.93% | - |
| XYZ | 51.48 | 40.47 | 85.99 | - |
| YUV | 175.6 | 163.22 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 148 | 238 | 0.13 | 0.38 | 0 | 0.07 | 278.67 | 0.73 | 0.76 |
| Hex | CE | 94 | EE | D | 26 | 0 | 7 | 117 | 49 | 4C |
| Octal | 316 | 224 | 356 | 15 | 46 | 0 | 7 | 427 | 111 | 114 |
| Binary | 11001110 | 10010100 | 11101110 | 1101 | 100110 | 0 | 111 | 100010111 | 1001001 | 1001100 |
Color Harmonies of #CE94EE
Complementary color
Monochromatic Colors of #CE94EE
Black with #CE94EE
Text Example
Text Example
White with #CE94EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE94EE; }
p { color: rgb(206,148,238); }
H1.HeaderClassName
{
color: #CE94EE;
}
.AnyTagClassName
{
color: #CE94EE;
}
</style>
background-color css
<style>
a { background-color: #CE94EE; }
a { background-color: rgb(206,148,238); }
div.DivClassName
{
background-color: #CE94EE;
}
.BgClassName
{
background-color: #CE94EE;
}
</style>
border-color css
<style>
span { border-color: #CE94EE; }
span { border-color: rgb(206,148,238); }
td.TdClassName
{
border-color: #CE94EE;
}
.TagClassName
{
border-color: #CE94EE;
}
</style>