Shades of Wisteria #CE92ED
Tints of Wisteria #CE92ED
RGB
CMYK
RGB Variations
Color information
#CE92ED (or 0xCE92ED) is known color: Wisteria. HEX triplet: CE, 92 and ED. RGB value is (206,146,237). Sum of RGB (Red+Green+Blue) = 206+146+237=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 146 (57.42% from 255 or 24.79% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE92ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE92ED is #316D12. Grayscale: #AEAEAE. Windows color (decimal): -3239187 or 15569614. OLE color: 15569614.
HSL color Cylindrical-coordinate representation of color #CE92ED: hue angle of 279.56º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE92ED is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 146 | 237 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.07 |
| HSL | 279.56º | 0.72% | 0.75% | - |
| HSV(B) | 279.56º | 0.38% | 0.93% | - |
| XYZ | 51.02 | 39.79 | 85.11 | - |
| YUV | 174.31 | 163.38 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 146 | 237 | 0.13 | 0.38 | 0 | 0.07 | 279.56 | 0.72 | 0.75 |
| Hex | CE | 92 | ED | D | 26 | 0 | 7 | 118 | 48 | 4B |
| Octal | 316 | 222 | 355 | 15 | 46 | 0 | 7 | 430 | 110 | 113 |
| Binary | 11001110 | 10010010 | 11101101 | 1101 | 100110 | 0 | 111 | 100011000 | 1001000 | 1001011 |
Color Harmonies of #CE92ED
Complementary color
Monochromatic Colors of #CE92ED
Black with #CE92ED
Text Example
Text Example
White with #CE92ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE92ED; }
p { color: rgb(206,146,237); }
H1.HeaderClassName
{
color: #CE92ED;
}
.AnyTagClassName
{
color: #CE92ED;
}
</style>
background-color css
<style>
a { background-color: #CE92ED; }
a { background-color: rgb(206,146,237); }
div.DivClassName
{
background-color: #CE92ED;
}
.BgClassName
{
background-color: #CE92ED;
}
</style>
border-color css
<style>
span { border-color: #CE92ED; }
span { border-color: rgb(206,146,237); }
td.TdClassName
{
border-color: #CE92ED;
}
.TagClassName
{
border-color: #CE92ED;
}
</style>