Shades of Wisteria #C184EA
Tints of Wisteria #C184EA
RGB
CMYK
RGB Variations
Color information
#C184EA (or 0xC184EA) is known color: Wisteria. HEX triplet: C1, 84 and EA. RGB value is (193,132,234). Sum of RGB (Red+Green+Blue) = 193+132+234=559 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.53% from 559); Green value is 132 (51.95% from 255 or 23.61% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #C184EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C184EA is #3E7B15. Grayscale: #A1A1A1. Windows color (decimal): -4094742 or 15369409. OLE color: 15369409.
HSL color Cylindrical-coordinate representation of color #C184EA: hue angle of 275.88º 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 #C184EA is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 132 | 234 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.08 |
| HSL | 275.88º | 0.71% | 0.72% | - |
| HSV(B) | 275.88º | 0.44% | 0.92% | - |
| XYZ | 45.09 | 33.78 | 81.99 | - |
| YUV | 161.87 | 168.71 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 132 | 234 | 0.18 | 0.44 | 0 | 0.08 | 275.88 | 0.71 | 0.72 |
| Hex | C1 | 84 | EA | 12 | 2C | 0 | 8 | 114 | 47 | 48 |
| Octal | 301 | 204 | 352 | 22 | 54 | 0 | 10 | 424 | 107 | 110 |
| Binary | 11000001 | 10000100 | 11101010 | 10010 | 101100 | 0 | 1000 | 100010100 | 1000111 | 1001000 |
Color Harmonies of #C184EA
Complementary color
Monochromatic Colors of #C184EA
Black with #C184EA
Text Example
Text Example
White with #C184EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C184EA; }
p { color: rgb(193,132,234); }
H1.HeaderClassName
{
color: #C184EA;
}
.AnyTagClassName
{
color: #C184EA;
}
</style>
background-color css
<style>
a { background-color: #C184EA; }
a { background-color: rgb(193,132,234); }
div.DivClassName
{
background-color: #C184EA;
}
.BgClassName
{
background-color: #C184EA;
}
</style>
border-color css
<style>
span { border-color: #C184EA; }
span { border-color: rgb(193,132,234); }
td.TdClassName
{
border-color: #C184EA;
}
.TagClassName
{
border-color: #C184EA;
}
</style>