Shades of Wisteria #C092D3
Tints of Wisteria #C092D3
RGB
CMYK
RGB Variations
Color information
#C092D3 (or 0xC092D3) is known color: Wisteria. HEX triplet: C0, 92 and D3. RGB value is (192,146,211). Sum of RGB (Red+Green+Blue) = 192+146+211=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 146 (57.42% from 255 or 26.59% from 549); Blue value is 211 (82.81% from 255 or 38.43% from 549); Max value from RGB is 211 - color contains mainly: blue. Hex color #C092D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C092D3 is #3F6D2C. Grayscale: #A6A6A6. Windows color (decimal): -4156717 or 13865664. OLE color: 13865664.
HSL color Cylindrical-coordinate representation of color #C092D3: hue angle of 282.46º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C092D3 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 146 | 211 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.17 |
| HSL | 282.46º | 0.42% | 0.7% | - |
| HSV(B) | 282.46º | 0.31% | 0.83% | - |
| XYZ | 43.77 | 36.47 | 66.36 | - |
| YUV | 167.16 | 152.74 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 146 | 211 | 0.09 | 0.31 | 0 | 0.17 | 282.46 | 0.42 | 0.7 |
| Hex | C0 | 92 | D3 | 9 | 1F | 0 | 11 | 11A | 2A | 46 |
| Octal | 300 | 222 | 323 | 11 | 37 | 0 | 21 | 432 | 52 | 106 |
| Binary | 11000000 | 10010010 | 11010011 | 1001 | 11111 | 0 | 10001 | 100011010 | 101010 | 1000110 |
Color Harmonies of #C092D3
Complementary color
Monochromatic Colors of #C092D3
Black with #C092D3
Text Example
Text Example
White with #C092D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C092D3; }
p { color: rgb(192,146,211); }
H1.HeaderClassName
{
color: #C092D3;
}
.AnyTagClassName
{
color: #C092D3;
}
</style>
background-color css
<style>
a { background-color: #C092D3; }
a { background-color: rgb(192,146,211); }
div.DivClassName
{
background-color: #C092D3;
}
.BgClassName
{
background-color: #C092D3;
}
</style>
border-color css
<style>
span { border-color: #C092D3; }
span { border-color: rgb(192,146,211); }
td.TdClassName
{
border-color: #C092D3;
}
.TagClassName
{
border-color: #C092D3;
}
</style>