Shades of Wisteria #C083EA
Tints of Wisteria #C083EA
RGB
CMYK
RGB Variations
Color information
#C083EA (or 0xC083EA) is known color: Wisteria. HEX triplet: C0, 83 and EA. RGB value is (192,131,234). Sum of RGB (Red+Green+Blue) = 192+131+234=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 131 (51.56% from 255 or 23.52% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #C083EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C083EA is #3F7C15. Grayscale: #A0A0A0. Windows color (decimal): -4160534 or 15369152. OLE color: 15369152.
HSL color Cylindrical-coordinate representation of color #C083EA: hue angle of 275.53º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C083EA is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 131 | 234 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.08 |
| HSL | 275.53º | 0.71% | 0.72% | - |
| HSV(B) | 275.53º | 0.44% | 0.92% | - |
| XYZ | 44.71 | 33.38 | 81.93 | - |
| YUV | 160.98 | 169.21 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 131 | 234 | 0.18 | 0.44 | 0 | 0.08 | 275.53 | 0.71 | 0.72 |
| Hex | C0 | 83 | EA | 12 | 2C | 0 | 8 | 114 | 47 | 48 |
| Octal | 300 | 203 | 352 | 22 | 54 | 0 | 10 | 424 | 107 | 110 |
| Binary | 11000000 | 10000011 | 11101010 | 10010 | 101100 | 0 | 1000 | 100010100 | 1000111 | 1001000 |
Color Harmonies of #C083EA
Complementary color
Monochromatic Colors of #C083EA
Black with #C083EA
Text Example
Text Example
White with #C083EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C083EA; }
p { color: rgb(192,131,234); }
H1.HeaderClassName
{
color: #C083EA;
}
.AnyTagClassName
{
color: #C083EA;
}
</style>
background-color css
<style>
a { background-color: #C083EA; }
a { background-color: rgb(192,131,234); }
div.DivClassName
{
background-color: #C083EA;
}
.BgClassName
{
background-color: #C083EA;
}
</style>
border-color css
<style>
span { border-color: #C083EA; }
span { border-color: rgb(192,131,234); }
td.TdClassName
{
border-color: #C083EA;
}
.TagClassName
{
border-color: #C083EA;
}
</style>