Shades of Wisteria #C083E0
Tints of Wisteria #C083E0
RGB
CMYK
RGB Variations
Color information
#C083E0 (or 0xC083E0) is known color: Wisteria. HEX triplet: C0, 83 and E0. RGB value is (192,131,224). Sum of RGB (Red+Green+Blue) = 192+131+224=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 131 (51.56% from 255 or 23.95% from 547); Blue value is 224 (87.89% from 255 or 40.95% from 547); Max value from RGB is 224 - color contains mainly: blue. Hex color #C083E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C083E0 is #3F7C1F. Grayscale: #9F9F9F. Windows color (decimal): -4160544 or 14713792. OLE color: 14713792.
HSL color Cylindrical-coordinate representation of color #C083E0: hue angle of 279.35º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C083E0 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 131 | 224 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.12 |
| HSL | 279.35º | 0.6% | 0.7% | - |
| HSV(B) | 279.35º | 0.42% | 0.88% | - |
| XYZ | 43.31 | 32.82 | 74.57 | - |
| YUV | 159.84 | 164.21 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 131 | 224 | 0.14 | 0.42 | 0 | 0.12 | 279.35 | 0.6 | 0.7 |
| Hex | C0 | 83 | E0 | E | 2A | 0 | C | 117 | 3C | 46 |
| Octal | 300 | 203 | 340 | 16 | 52 | 0 | 14 | 427 | 74 | 106 |
| Binary | 11000000 | 10000011 | 11100000 | 1110 | 101010 | 0 | 1100 | 100010111 | 111100 | 1000110 |
Color Harmonies of #C083E0
Complementary color
Monochromatic Colors of #C083E0
Black with #C083E0
Text Example
Text Example
White with #C083E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C083E0; }
p { color: rgb(192,131,224); }
H1.HeaderClassName
{
color: #C083E0;
}
.AnyTagClassName
{
color: #C083E0;
}
</style>
background-color css
<style>
a { background-color: #C083E0; }
a { background-color: rgb(192,131,224); }
div.DivClassName
{
background-color: #C083E0;
}
.BgClassName
{
background-color: #C083E0;
}
</style>
border-color css
<style>
span { border-color: #C083E0; }
span { border-color: rgb(192,131,224); }
td.TdClassName
{
border-color: #C083E0;
}
.TagClassName
{
border-color: #C083E0;
}
</style>