Shades of Wisteria #C092DC
Tints of Wisteria #C092DC
RGB
CMYK
RGB Variations
Color information
#C092DC (or 0xC092DC) is known color: Wisteria. HEX triplet: C0, 92 and DC. RGB value is (192,146,220). Sum of RGB (Red+Green+Blue) = 192+146+220=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 146 (57.42% from 255 or 26.16% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #C092DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C092DC is #3F6D23. Grayscale: #A7A7A7. Windows color (decimal): -4156708 or 14455488. OLE color: 14455488.
HSL color Cylindrical-coordinate representation of color #C092DC: hue angle of 277.3º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C092DC is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 146 | 220 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.14 |
| HSL | 277.3º | 0.51% | 0.72% | - |
| HSV(B) | 277.3º | 0.34% | 0.86% | - |
| XYZ | 44.94 | 36.93 | 72.47 | - |
| YUV | 168.19 | 157.24 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 146 | 220 | 0.13 | 0.34 | 0 | 0.14 | 277.3 | 0.51 | 0.72 |
| Hex | C0 | 92 | DC | D | 22 | 0 | E | 115 | 33 | 48 |
| Octal | 300 | 222 | 334 | 15 | 42 | 0 | 16 | 425 | 63 | 110 |
| Binary | 11000000 | 10010010 | 11011100 | 1101 | 100010 | 0 | 1110 | 100010101 | 110011 | 1001000 |
Color Harmonies of #C092DC
Complementary color
Monochromatic Colors of #C092DC
Black with #C092DC
Text Example
Text Example
White with #C092DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C092DC; }
p { color: rgb(192,146,220); }
H1.HeaderClassName
{
color: #C092DC;
}
.AnyTagClassName
{
color: #C092DC;
}
</style>
background-color css
<style>
a { background-color: #C092DC; }
a { background-color: rgb(192,146,220); }
div.DivClassName
{
background-color: #C092DC;
}
.BgClassName
{
background-color: #C092DC;
}
</style>
border-color css
<style>
span { border-color: #C092DC; }
span { border-color: rgb(192,146,220); }
td.TdClassName
{
border-color: #C092DC;
}
.TagClassName
{
border-color: #C092DC;
}
</style>