Shades of Wisteria #CE92D8
Tints of Wisteria #CE92D8
RGB
CMYK
RGB Variations
Color information
#CE92D8 (or 0xCE92D8) is known color: Wisteria. HEX triplet: CE, 92 and D8. RGB value is (206,146,216). Sum of RGB (Red+Green+Blue) = 206+146+216=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 146 (57.42% from 255 or 25.70% from 568); Blue value is 216 (84.77% from 255 or 38.03% from 568); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE92D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE92D8 is #316D27. Grayscale: #ABABAB. Windows color (decimal): -3239208 or 14193358. OLE color: 14193358.
HSL color Cylindrical-coordinate representation of color #CE92D8: hue angle of 291.43º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CE92D8 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 146 | 216 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.15 |
| HSL | 291.43º | 0.47% | 0.71% | - |
| HSV(B) | 291.43º | 0.32% | 0.85% | - |
| XYZ | 48.13 | 38.64 | 69.89 | - |
| YUV | 171.92 | 152.88 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 146 | 216 | 0.05 | 0.32 | 0 | 0.15 | 291.43 | 0.47 | 0.71 |
| Hex | CE | 92 | D8 | 5 | 20 | 0 | F | 123 | 2F | 47 |
| Octal | 316 | 222 | 330 | 5 | 40 | 0 | 17 | 443 | 57 | 107 |
| Binary | 11001110 | 10010010 | 11011000 | 101 | 100000 | 0 | 1111 | 100100011 | 101111 | 1000111 |
Color Harmonies of #CE92D8
Complementary color
Monochromatic Colors of #CE92D8
Black with #CE92D8
Text Example
Text Example
White with #CE92D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE92D8; }
p { color: rgb(206,146,216); }
H1.HeaderClassName
{
color: #CE92D8;
}
.AnyTagClassName
{
color: #CE92D8;
}
</style>
background-color css
<style>
a { background-color: #CE92D8; }
a { background-color: rgb(206,146,216); }
div.DivClassName
{
background-color: #CE92D8;
}
.BgClassName
{
background-color: #CE92D8;
}
</style>
border-color css
<style>
span { border-color: #CE92D8; }
span { border-color: rgb(206,146,216); }
td.TdClassName
{
border-color: #CE92D8;
}
.TagClassName
{
border-color: #CE92D8;
}
</style>