Shades of Wisteria #CE9ADA
Tints of Wisteria #CE9ADA
RGB
CMYK
RGB Variations
Color information
#CE9ADA (or 0xCE9ADA) is known color: Wisteria. HEX triplet: CE, 9A and DA. RGB value is (206,154,218). Sum of RGB (Red+Green+Blue) = 206+154+218=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 154 (60.55% from 255 or 26.64% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE9ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9ADA is #316525. Grayscale: #B0B0B0. Windows color (decimal): -3237158 or 14326478. OLE color: 14326478.
HSL color Cylindrical-coordinate representation of color #CE9ADA: hue angle of 288.75º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CE9ADA is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 154 | 218 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.15 |
| HSL | 288.75º | 0.46% | 0.73% | - |
| HSV(B) | 288.75º | 0.29% | 0.85% | - |
| XYZ | 49.66 | 41.29 | 71.68 | - |
| YUV | 176.84 | 151.23 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 154 | 218 | 0.06 | 0.29 | 0 | 0.15 | 288.75 | 0.46 | 0.73 |
| Hex | CE | 9A | DA | 6 | 1D | 0 | F | 121 | 2E | 49 |
| Octal | 316 | 232 | 332 | 6 | 35 | 0 | 17 | 441 | 56 | 111 |
| Binary | 11001110 | 10011010 | 11011010 | 110 | 11101 | 0 | 1111 | 100100001 | 101110 | 1001001 |
Color Harmonies of #CE9ADA
Complementary color
Monochromatic Colors of #CE9ADA
Black with #CE9ADA
Text Example
Text Example
White with #CE9ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9ADA; }
p { color: rgb(206,154,218); }
H1.HeaderClassName
{
color: #CE9ADA;
}
.AnyTagClassName
{
color: #CE9ADA;
}
</style>
background-color css
<style>
a { background-color: #CE9ADA; }
a { background-color: rgb(206,154,218); }
div.DivClassName
{
background-color: #CE9ADA;
}
.BgClassName
{
background-color: #CE9ADA;
}
</style>
border-color css
<style>
span { border-color: #CE9ADA; }
span { border-color: rgb(206,154,218); }
td.TdClassName
{
border-color: #CE9ADA;
}
.TagClassName
{
border-color: #CE9ADA;
}
</style>