Shades of Wisteria #CE92FA
Tints of Wisteria #CE92FA
RGB
CMYK
RGB Variations
Color information
#CE92FA (or 0xCE92FA) is known color: Wisteria. HEX triplet: CE, 92 and FA. RGB value is (206,146,250). Sum of RGB (Red+Green+Blue) = 206+146+250=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 146 (57.42% from 255 or 24.25% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE92FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE92FA is #316D05. Grayscale: #AFAFAF. Windows color (decimal): -3239174 or 16421582. OLE color: 16421582.
HSL color Cylindrical-coordinate representation of color #CE92FA: hue angle of 274.62º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE92FA is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 146 | 250 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.02 |
| HSL | 274.62º | 0.91% | 0.78% | - |
| HSV(B) | 274.62º | 0.42% | 0.98% | - |
| XYZ | 52.99 | 40.58 | 95.48 | - |
| YUV | 175.8 | 169.88 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 146 | 250 | 0.18 | 0.42 | 0 | 0.02 | 274.62 | 0.91 | 0.78 |
| Hex | CE | 92 | FA | 12 | 2A | 0 | 2 | 113 | 5B | 4E |
| Octal | 316 | 222 | 372 | 22 | 52 | 0 | 2 | 423 | 133 | 116 |
| Binary | 11001110 | 10010010 | 11111010 | 10010 | 101010 | 0 | 10 | 100010011 | 1011011 | 1001110 |
Color Harmonies of #CE92FA
Complementary color
Monochromatic Colors of #CE92FA
Black with #CE92FA
Text Example
Text Example
White with #CE92FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE92FA; }
p { color: rgb(206,146,250); }
H1.HeaderClassName
{
color: #CE92FA;
}
.AnyTagClassName
{
color: #CE92FA;
}
</style>
background-color css
<style>
a { background-color: #CE92FA; }
a { background-color: rgb(206,146,250); }
div.DivClassName
{
background-color: #CE92FA;
}
.BgClassName
{
background-color: #CE92FA;
}
</style>
border-color css
<style>
span { border-color: #CE92FA; }
span { border-color: rgb(206,146,250); }
td.TdClassName
{
border-color: #CE92FA;
}
.TagClassName
{
border-color: #CE92FA;
}
</style>