Shades of Wisteria #C092D9
Tints of Wisteria #C092D9
RGB
CMYK
RGB Variations
Color information
#C092D9 (or 0xC092D9) is known color: Wisteria. HEX triplet: C0, 92 and D9. RGB value is (192,146,217). Sum of RGB (Red+Green+Blue) = 192+146+217=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 146 (57.42% from 255 or 26.31% from 555); Blue value is 217 (85.16% from 255 or 39.10% from 555); Max value from RGB is 217 - color contains mainly: blue. Hex color #C092D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C092D9 is #3F6D26. Grayscale: #A7A7A7. Windows color (decimal): -4156711 or 14258880. OLE color: 14258880.
HSL color Cylindrical-coordinate representation of color #C092D9: hue angle of 278.87º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C092D9 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 146 | 217 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.15 |
| HSL | 278.87º | 0.48% | 0.71% | - |
| HSV(B) | 278.87º | 0.33% | 0.85% | - |
| XYZ | 44.54 | 36.77 | 70.4 | - |
| YUV | 167.85 | 155.74 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 146 | 217 | 0.12 | 0.33 | 0 | 0.15 | 278.87 | 0.48 | 0.71 |
| Hex | C0 | 92 | D9 | C | 21 | 0 | F | 117 | 30 | 47 |
| Octal | 300 | 222 | 331 | 14 | 41 | 0 | 17 | 427 | 60 | 107 |
| Binary | 11000000 | 10010010 | 11011001 | 1100 | 100001 | 0 | 1111 | 100010111 | 110000 | 1000111 |
Color Harmonies of #C092D9
Complementary color
Monochromatic Colors of #C092D9
Black with #C092D9
Text Example
Text Example
White with #C092D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C092D9; }
p { color: rgb(192,146,217); }
H1.HeaderClassName
{
color: #C092D9;
}
.AnyTagClassName
{
color: #C092D9;
}
</style>
background-color css
<style>
a { background-color: #C092D9; }
a { background-color: rgb(192,146,217); }
div.DivClassName
{
background-color: #C092D9;
}
.BgClassName
{
background-color: #C092D9;
}
</style>
border-color css
<style>
span { border-color: #C092D9; }
span { border-color: rgb(192,146,217); }
td.TdClassName
{
border-color: #C092D9;
}
.TagClassName
{
border-color: #C092D9;
}
</style>