Shades of Wisteria #C092DF
Tints of Wisteria #C092DF
RGB
CMYK
RGB Variations
Color information
#C092DF (or 0xC092DF) is known color: Wisteria. HEX triplet: C0, 92 and DF. RGB value is (192,146,223). Sum of RGB (Red+Green+Blue) = 192+146+223=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 146 (57.42% from 255 or 26.02% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #C092DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C092DF is #3F6D20. Grayscale: #A8A8A8. Windows color (decimal): -4156705 or 14652096. OLE color: 14652096.
HSL color Cylindrical-coordinate representation of color #C092DF: hue angle of 275.84º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C092DF is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 146 | 223 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.13 |
| HSL | 275.84º | 0.55% | 0.72% | - |
| HSV(B) | 275.84º | 0.35% | 0.87% | - |
| XYZ | 45.34 | 37.09 | 74.58 | - |
| YUV | 168.53 | 158.74 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 146 | 223 | 0.14 | 0.35 | 0 | 0.13 | 275.84 | 0.55 | 0.72 |
| Hex | C0 | 92 | DF | E | 23 | 0 | D | 114 | 37 | 48 |
| Octal | 300 | 222 | 337 | 16 | 43 | 0 | 15 | 424 | 67 | 110 |
| Binary | 11000000 | 10010010 | 11011111 | 1110 | 100011 | 0 | 1101 | 100010100 | 110111 | 1001000 |
Color Harmonies of #C092DF
Complementary color
Monochromatic Colors of #C092DF
Black with #C092DF
Text Example
Text Example
White with #C092DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C092DF; }
p { color: rgb(192,146,223); }
H1.HeaderClassName
{
color: #C092DF;
}
.AnyTagClassName
{
color: #C092DF;
}
</style>
background-color css
<style>
a { background-color: #C092DF; }
a { background-color: rgb(192,146,223); }
div.DivClassName
{
background-color: #C092DF;
}
.BgClassName
{
background-color: #C092DF;
}
</style>
border-color css
<style>
span { border-color: #C092DF; }
span { border-color: rgb(192,146,223); }
td.TdClassName
{
border-color: #C092DF;
}
.TagClassName
{
border-color: #C092DF;
}
</style>