Shades of Wisteria #CE94DD
Tints of Wisteria #CE94DD
RGB
CMYK
RGB Variations
Color information
#CE94DD (or 0xCE94DD) is known color: Wisteria. HEX triplet: CE, 94 and DD. RGB value is (206,148,221). Sum of RGB (Red+Green+Blue) = 206+148+221=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 148 (58.20% from 255 or 25.74% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE94DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE94DD is #316B22. Grayscale: #ADADAD. Windows color (decimal): -3238691 or 14521550. OLE color: 14521550.
HSL color Cylindrical-coordinate representation of color #CE94DD: hue angle of 287.67º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE94DD is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 148 | 221 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.13 |
| HSL | 287.67º | 0.52% | 0.72% | - |
| HSV(B) | 287.67º | 0.33% | 0.87% | - |
| XYZ | 49.09 | 39.52 | 73.45 | - |
| YUV | 173.66 | 154.72 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 148 | 221 | 0.07 | 0.33 | 0 | 0.13 | 287.67 | 0.52 | 0.72 |
| Hex | CE | 94 | DD | 7 | 21 | 0 | D | 120 | 34 | 48 |
| Octal | 316 | 224 | 335 | 7 | 41 | 0 | 15 | 440 | 64 | 110 |
| Binary | 11001110 | 10010100 | 11011101 | 111 | 100001 | 0 | 1101 | 100100000 | 110100 | 1001000 |
Color Harmonies of #CE94DD
Complementary color
Monochromatic Colors of #CE94DD
Black with #CE94DD
Text Example
Text Example
White with #CE94DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE94DD; }
p { color: rgb(206,148,221); }
H1.HeaderClassName
{
color: #CE94DD;
}
.AnyTagClassName
{
color: #CE94DD;
}
</style>
background-color css
<style>
a { background-color: #CE94DD; }
a { background-color: rgb(206,148,221); }
div.DivClassName
{
background-color: #CE94DD;
}
.BgClassName
{
background-color: #CE94DD;
}
</style>
border-color css
<style>
span { border-color: #CE94DD; }
span { border-color: rgb(206,148,221); }
td.TdClassName
{
border-color: #CE94DD;
}
.TagClassName
{
border-color: #CE94DD;
}
</style>