Shades of Wisteria #C184F3
Tints of Wisteria #C184F3
RGB
CMYK
RGB Variations
Color information
#C184F3 (or 0xC184F3) is known color: Wisteria. HEX triplet: C1, 84 and F3. RGB value is (193,132,243). Sum of RGB (Red+Green+Blue) = 193+132+243=568 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.98% from 568); Green value is 132 (51.95% from 255 or 23.24% from 568); Blue value is 243 (95.31% from 255 or 42.78% from 568); Max value from RGB is 243 - color contains mainly: blue. Hex color #C184F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C184F3 is #3E7B0C. Grayscale: #A2A2A2. Windows color (decimal): -4094733 or 15959233. OLE color: 15959233.
HSL color Cylindrical-coordinate representation of color #C184F3: hue angle of 272.97º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C184F3 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 132 | 243 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.05 |
| HSL | 272.97º | 0.82% | 0.74% | - |
| HSV(B) | 272.97º | 0.46% | 0.95% | - |
| XYZ | 46.42 | 34.31 | 88.97 | - |
| YUV | 162.89 | 173.21 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 132 | 243 | 0.21 | 0.46 | 0 | 0.05 | 272.97 | 0.82 | 0.74 |
| Hex | C1 | 84 | F3 | 15 | 2E | 0 | 5 | 111 | 52 | 4A |
| Octal | 301 | 204 | 363 | 25 | 56 | 0 | 5 | 421 | 122 | 112 |
| Binary | 11000001 | 10000100 | 11110011 | 10101 | 101110 | 0 | 101 | 100010001 | 1010010 | 1001010 |
Color Harmonies of #C184F3
Complementary color
Monochromatic Colors of #C184F3
Black with #C184F3
Text Example
Text Example
White with #C184F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C184F3; }
p { color: rgb(193,132,243); }
H1.HeaderClassName
{
color: #C184F3;
}
.AnyTagClassName
{
color: #C184F3;
}
</style>
background-color css
<style>
a { background-color: #C184F3; }
a { background-color: rgb(193,132,243); }
div.DivClassName
{
background-color: #C184F3;
}
.BgClassName
{
background-color: #C184F3;
}
</style>
border-color css
<style>
span { border-color: #C184F3; }
span { border-color: rgb(193,132,243); }
td.TdClassName
{
border-color: #C184F3;
}
.TagClassName
{
border-color: #C184F3;
}
</style>