Shades of Wisteria #C082F3
Tints of Wisteria #C082F3
RGB
CMYK
RGB Variations
Color information
#C082F3 (or 0xC082F3) is known color: Wisteria. HEX triplet: C0, 82 and F3. RGB value is (192,130,243). Sum of RGB (Red+Green+Blue) = 192+130+243=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 243 (95.31% from 255 or 43.01% from 565); Max value from RGB is 243 - color contains mainly: blue. Hex color #C082F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C082F3 is #3F7D0C. Grayscale: #A1A1A1. Windows color (decimal): -4160781 or 15958720. OLE color: 15958720.
HSL color Cylindrical-coordinate representation of color #C082F3: hue angle of 272.92º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C082F3 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 130 | 243 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.05 |
| HSL | 272.92º | 0.82% | 0.73% | - |
| HSV(B) | 272.92º | 0.47% | 0.95% | - |
| XYZ | 45.9 | 33.64 | 88.87 | - |
| YUV | 161.42 | 174.04 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 243 | 0.21 | 0.47 | 0 | 0.05 | 272.92 | 0.82 | 0.73 |
| Hex | C0 | 82 | F3 | 15 | 2F | 0 | 5 | 111 | 52 | 49 |
| Octal | 300 | 202 | 363 | 25 | 57 | 0 | 5 | 421 | 122 | 111 |
| Binary | 11000000 | 10000010 | 11110011 | 10101 | 101111 | 0 | 101 | 100010001 | 1010010 | 1001001 |
Color Harmonies of #C082F3
Complementary color
Monochromatic Colors of #C082F3
Black with #C082F3
Text Example
Text Example
White with #C082F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C082F3; }
p { color: rgb(192,130,243); }
H1.HeaderClassName
{
color: #C082F3;
}
.AnyTagClassName
{
color: #C082F3;
}
</style>
background-color css
<style>
a { background-color: #C082F3; }
a { background-color: rgb(192,130,243); }
div.DivClassName
{
background-color: #C082F3;
}
.BgClassName
{
background-color: #C082F3;
}
</style>
border-color css
<style>
span { border-color: #C082F3; }
span { border-color: rgb(192,130,243); }
td.TdClassName
{
border-color: #C082F3;
}
.TagClassName
{
border-color: #C082F3;
}
</style>