Shades of Wisteria #C092EA
Tints of Wisteria #C092EA
RGB
CMYK
RGB Variations
Color information
#C092EA (or 0xC092EA) is known color: Wisteria. HEX triplet: C0, 92 and EA. RGB value is (192,146,234). Sum of RGB (Red+Green+Blue) = 192+146+234=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 146 (57.42% from 255 or 25.52% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #C092EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C092EA is #3F6D15. Grayscale: #A9A9A9. Windows color (decimal): -4156694 or 15372992. OLE color: 15372992.
HSL color Cylindrical-coordinate representation of color #C092EA: hue angle of 271.36º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C092EA is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 146 | 234 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.08 |
| HSL | 271.36º | 0.68% | 0.75% | - |
| HSV(B) | 271.36º | 0.38% | 0.92% | - |
| XYZ | 46.87 | 37.7 | 82.65 | - |
| YUV | 169.79 | 164.24 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 146 | 234 | 0.18 | 0.38 | 0 | 0.08 | 271.36 | 0.68 | 0.75 |
| Hex | C0 | 92 | EA | 12 | 26 | 0 | 8 | 10F | 44 | 4B |
| Octal | 300 | 222 | 352 | 22 | 46 | 0 | 10 | 417 | 104 | 113 |
| Binary | 11000000 | 10010010 | 11101010 | 10010 | 100110 | 0 | 1000 | 100001111 | 1000100 | 1001011 |
Color Harmonies of #C092EA
Complementary color
Monochromatic Colors of #C092EA
Black with #C092EA
Text Example
Text Example
White with #C092EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C092EA; }
p { color: rgb(192,146,234); }
H1.HeaderClassName
{
color: #C092EA;
}
.AnyTagClassName
{
color: #C092EA;
}
</style>
background-color css
<style>
a { background-color: #C092EA; }
a { background-color: rgb(192,146,234); }
div.DivClassName
{
background-color: #C092EA;
}
.BgClassName
{
background-color: #C092EA;
}
</style>
border-color css
<style>
span { border-color: #C092EA; }
span { border-color: rgb(192,146,234); }
td.TdClassName
{
border-color: #C092EA;
}
.TagClassName
{
border-color: #C092EA;
}
</style>