Shades of Wisteria #C182F0
Tints of Wisteria #C182F0
RGB
CMYK
RGB Variations
Color information
#C182F0 (or 0xC182F0) is known color: Wisteria. HEX triplet: C1, 82 and F0. RGB value is (193,130,240). Sum of RGB (Red+Green+Blue) = 193+130+240=563 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.28% from 563); Green value is 130 (51.17% from 255 or 23.09% from 563); Blue value is 240 (94.14% from 255 or 42.63% from 563); Max value from RGB is 240 - color contains mainly: blue. Hex color #C182F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C182F0 is #3E7D0F. Grayscale: #A1A1A1. Windows color (decimal): -4095248 or 15762113. OLE color: 15762113.
HSL color Cylindrical-coordinate representation of color #C182F0: hue angle of 274.36º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C182F0 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 130 | 240 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.06 |
| HSL | 274.36º | 0.79% | 0.73% | - |
| HSV(B) | 274.36º | 0.46% | 0.94% | - |
| XYZ | 45.7 | 33.59 | 86.51 | - |
| YUV | 161.38 | 172.37 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 130 | 240 | 0.20 | 0.46 | 0 | 0.06 | 274.36 | 0.79 | 0.73 |
| Hex | C1 | 82 | F0 | 14 | 2E | 0 | 6 | 112 | 4F | 49 |
| Octal | 301 | 202 | 360 | 24 | 56 | 0 | 6 | 422 | 117 | 111 |
| Binary | 11000001 | 10000010 | 11110000 | 10100 | 101110 | 0 | 110 | 100010010 | 1001111 | 1001001 |
Color Harmonies of #C182F0
Complementary color
Monochromatic Colors of #C182F0
Black with #C182F0
Text Example
Text Example
White with #C182F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C182F0; }
p { color: rgb(193,130,240); }
H1.HeaderClassName
{
color: #C182F0;
}
.AnyTagClassName
{
color: #C182F0;
}
</style>
background-color css
<style>
a { background-color: #C182F0; }
a { background-color: rgb(193,130,240); }
div.DivClassName
{
background-color: #C182F0;
}
.BgClassName
{
background-color: #C182F0;
}
</style>
border-color css
<style>
span { border-color: #C182F0; }
span { border-color: rgb(193,130,240); }
td.TdClassName
{
border-color: #C182F0;
}
.TagClassName
{
border-color: #C182F0;
}
</style>