Shades of Wisteria #C092E4
Tints of Wisteria #C092E4
RGB
CMYK
RGB Variations
Color information
#C092E4 (or 0xC092E4) is known color: Wisteria. HEX triplet: C0, 92 and E4. RGB value is (192,146,228). Sum of RGB (Red+Green+Blue) = 192+146+228=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 146 (57.42% from 255 or 25.80% from 566); Blue value is 228 (89.45% from 255 or 40.28% from 566); Max value from RGB is 228 - color contains mainly: blue. Hex color #C092E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C092E4 is #3F6D1B. Grayscale: #A8A8A8. Windows color (decimal): -4156700 or 14979776. OLE color: 14979776.
HSL color Cylindrical-coordinate representation of color #C092E4: hue angle of 273.66º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C092E4 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 146 | 228 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.11 |
| HSL | 273.66º | 0.6% | 0.73% | - |
| HSV(B) | 273.66º | 0.36% | 0.89% | - |
| XYZ | 46.02 | 37.37 | 78.19 | - |
| YUV | 169.1 | 161.24 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 146 | 228 | 0.16 | 0.36 | 0 | 0.11 | 273.66 | 0.6 | 0.73 |
| Hex | C0 | 92 | E4 | 10 | 24 | 0 | B | 112 | 3C | 49 |
| Octal | 300 | 222 | 344 | 20 | 44 | 0 | 13 | 422 | 74 | 111 |
| Binary | 11000000 | 10010010 | 11100100 | 10000 | 100100 | 0 | 1011 | 100010010 | 111100 | 1001001 |
Color Harmonies of #C092E4
Complementary color
Monochromatic Colors of #C092E4
Black with #C092E4
Text Example
Text Example
White with #C092E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C092E4; }
p { color: rgb(192,146,228); }
H1.HeaderClassName
{
color: #C092E4;
}
.AnyTagClassName
{
color: #C092E4;
}
</style>
background-color css
<style>
a { background-color: #C092E4; }
a { background-color: rgb(192,146,228); }
div.DivClassName
{
background-color: #C092E4;
}
.BgClassName
{
background-color: #C092E4;
}
</style>
border-color css
<style>
span { border-color: #C092E4; }
span { border-color: rgb(192,146,228); }
td.TdClassName
{
border-color: #C092E4;
}
.TagClassName
{
border-color: #C092E4;
}
</style>