Shades of Wisteria #CE94DA
Tints of Wisteria #CE94DA
RGB
CMYK
RGB Variations
Color information
#CE94DA (or 0xCE94DA) is known color: Wisteria. HEX triplet: CE, 94 and DA. RGB value is (206,148,218). Sum of RGB (Red+Green+Blue) = 206+148+218=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 148 (58.20% from 255 or 25.87% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE94DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE94DA is #316B25. Grayscale: #ADADAD. Windows color (decimal): -3238694 or 14324942. OLE color: 14324942.
HSL color Cylindrical-coordinate representation of color #CE94DA: hue angle of 289.71º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CE94DA is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 148 | 218 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.15 |
| HSL | 289.71º | 0.49% | 0.72% | - |
| HSV(B) | 289.71º | 0.32% | 0.85% | - |
| XYZ | 48.7 | 39.36 | 71.36 | - |
| YUV | 173.32 | 153.22 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 148 | 218 | 0.06 | 0.32 | 0 | 0.15 | 289.71 | 0.49 | 0.72 |
| Hex | CE | 94 | DA | 6 | 20 | 0 | F | 122 | 31 | 48 |
| Octal | 316 | 224 | 332 | 6 | 40 | 0 | 17 | 442 | 61 | 110 |
| Binary | 11001110 | 10010100 | 11011010 | 110 | 100000 | 0 | 1111 | 100100010 | 110001 | 1001000 |
Color Harmonies of #CE94DA
Complementary color
Monochromatic Colors of #CE94DA
Black with #CE94DA
Text Example
Text Example
White with #CE94DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE94DA; }
p { color: rgb(206,148,218); }
H1.HeaderClassName
{
color: #CE94DA;
}
.AnyTagClassName
{
color: #CE94DA;
}
</style>
background-color css
<style>
a { background-color: #CE94DA; }
a { background-color: rgb(206,148,218); }
div.DivClassName
{
background-color: #CE94DA;
}
.BgClassName
{
background-color: #CE94DA;
}
</style>
border-color css
<style>
span { border-color: #CE94DA; }
span { border-color: rgb(206,148,218); }
td.TdClassName
{
border-color: #CE94DA;
}
.TagClassName
{
border-color: #CE94DA;
}
</style>