Shades of Wisteria #C092E5
Tints of Wisteria #C092E5
RGB
CMYK
RGB Variations
Color information
#C092E5 (or 0xC092E5) is known color: Wisteria. HEX triplet: C0, 92 and E5. RGB value is (192,146,229). Sum of RGB (Red+Green+Blue) = 192+146+229=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 146 (57.42% from 255 or 25.75% from 567); Blue value is 229 (89.84% from 255 or 40.39% from 567); Max value from RGB is 229 - color contains mainly: blue. Hex color #C092E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C092E5 is #3F6D1A. Grayscale: #A8A8A8. Windows color (decimal): -4156699 or 15045312. OLE color: 15045312.
HSL color Cylindrical-coordinate representation of color #C092E5: hue angle of 273.25º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C092E5 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 146 | 229 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.10 |
| HSL | 273.25º | 0.61% | 0.74% | - |
| HSV(B) | 273.25º | 0.36% | 0.9% | - |
| XYZ | 46.16 | 37.42 | 78.92 | - |
| YUV | 169.22 | 161.74 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 146 | 229 | 0.16 | 0.36 | 0 | 0.10 | 273.25 | 0.61 | 0.74 |
| Hex | C0 | 92 | E5 | 10 | 24 | 0 | A | 111 | 3D | 4A |
| Octal | 300 | 222 | 345 | 20 | 44 | 0 | 12 | 421 | 75 | 112 |
| Binary | 11000000 | 10010010 | 11100101 | 10000 | 100100 | 0 | 1010 | 100010001 | 111101 | 1001010 |
Color Harmonies of #C092E5
Complementary color
Monochromatic Colors of #C092E5
Black with #C092E5
Text Example
Text Example
White with #C092E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C092E5; }
p { color: rgb(192,146,229); }
H1.HeaderClassName
{
color: #C092E5;
}
.AnyTagClassName
{
color: #C092E5;
}
</style>
background-color css
<style>
a { background-color: #C092E5; }
a { background-color: rgb(192,146,229); }
div.DivClassName
{
background-color: #C092E5;
}
.BgClassName
{
background-color: #C092E5;
}
</style>
border-color css
<style>
span { border-color: #C092E5; }
span { border-color: rgb(192,146,229); }
td.TdClassName
{
border-color: #C092E5;
}
.TagClassName
{
border-color: #C092E5;
}
</style>