Shades of Wisteria #C184E6
Tints of Wisteria #C184E6
RGB
CMYK
RGB Variations
Color information
#C184E6 (or 0xC184E6) is known color: Wisteria. HEX triplet: C1, 84 and E6. RGB value is (193,132,230). Sum of RGB (Red+Green+Blue) = 193+132+230=555 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.77% from 555); Green value is 132 (51.95% from 255 or 23.78% from 555); Blue value is 230 (90.23% from 255 or 41.44% from 555); Max value from RGB is 230 - color contains mainly: blue. Hex color #C184E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C184E6 is #3E7B19. Grayscale: #A1A1A1. Windows color (decimal): -4094746 or 15107265. OLE color: 15107265.
HSL color Cylindrical-coordinate representation of color #C184E6: hue angle of 277.35º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C184E6 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 132 | 230 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.10 |
| HSL | 277.35º | 0.66% | 0.71% | - |
| HSV(B) | 277.35º | 0.43% | 0.9% | - |
| XYZ | 44.53 | 33.55 | 78.99 | - |
| YUV | 161.41 | 166.71 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 132 | 230 | 0.16 | 0.43 | 0 | 0.10 | 277.35 | 0.66 | 0.71 |
| Hex | C1 | 84 | E6 | 10 | 2B | 0 | A | 115 | 42 | 47 |
| Octal | 301 | 204 | 346 | 20 | 53 | 0 | 12 | 425 | 102 | 107 |
| Binary | 11000001 | 10000100 | 11100110 | 10000 | 101011 | 0 | 1010 | 100010101 | 1000010 | 1000111 |
Color Harmonies of #C184E6
Complementary color
Monochromatic Colors of #C184E6
Black with #C184E6
Text Example
Text Example
White with #C184E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C184E6; }
p { color: rgb(193,132,230); }
H1.HeaderClassName
{
color: #C184E6;
}
.AnyTagClassName
{
color: #C184E6;
}
</style>
background-color css
<style>
a { background-color: #C184E6; }
a { background-color: rgb(193,132,230); }
div.DivClassName
{
background-color: #C184E6;
}
.BgClassName
{
background-color: #C184E6;
}
</style>
border-color css
<style>
span { border-color: #C184E6; }
span { border-color: rgb(193,132,230); }
td.TdClassName
{
border-color: #C184E6;
}
.TagClassName
{
border-color: #C184E6;
}
</style>