Shades of Wisteria #C092D0
Tints of Wisteria #C092D0
RGB
CMYK
RGB Variations
Color information
#C092D0 (or 0xC092D0) is known color: Wisteria. HEX triplet: C0, 92 and D0. RGB value is (192,146,208). Sum of RGB (Red+Green+Blue) = 192+146+208=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 146 (57.42% from 255 or 26.74% from 546); Blue value is 208 (81.64% from 255 or 38.10% from 546); Max value from RGB is 208 - color contains mainly: blue. Hex color #C092D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C092D0 is #3F6D2F. Grayscale: #A6A6A6. Windows color (decimal): -4156720 or 13669056. OLE color: 13669056.
HSL color Cylindrical-coordinate representation of color #C092D0: hue angle of 284.52º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C092D0 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 146 | 208 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.18 |
| HSL | 284.52º | 0.4% | 0.69% | - |
| HSV(B) | 284.52º | 0.3% | 0.82% | - |
| XYZ | 43.4 | 36.32 | 64.4 | - |
| YUV | 166.82 | 151.24 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 146 | 208 | 0.08 | 0.30 | 0 | 0.18 | 284.52 | 0.4 | 0.69 |
| Hex | C0 | 92 | D0 | 8 | 1E | 0 | 12 | 11D | 28 | 45 |
| Octal | 300 | 222 | 320 | 10 | 36 | 0 | 22 | 435 | 50 | 105 |
| Binary | 11000000 | 10010010 | 11010000 | 1000 | 11110 | 0 | 10010 | 100011101 | 101000 | 1000101 |
Color Harmonies of #C092D0
Complementary color
Monochromatic Colors of #C092D0
Black with #C092D0
Text Example
Text Example
White with #C092D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C092D0; }
p { color: rgb(192,146,208); }
H1.HeaderClassName
{
color: #C092D0;
}
.AnyTagClassName
{
color: #C092D0;
}
</style>
background-color css
<style>
a { background-color: #C092D0; }
a { background-color: rgb(192,146,208); }
div.DivClassName
{
background-color: #C092D0;
}
.BgClassName
{
background-color: #C092D0;
}
</style>
border-color css
<style>
span { border-color: #C092D0; }
span { border-color: rgb(192,146,208); }
td.TdClassName
{
border-color: #C092D0;
}
.TagClassName
{
border-color: #C092D0;
}
</style>