Shades of Wisteria #C184EF
Tints of Wisteria #C184EF
RGB
CMYK
RGB Variations
Color information
#C184EF (or 0xC184EF) is known color: Wisteria. HEX triplet: C1, 84 and EF. RGB value is (193,132,239). Sum of RGB (Red+Green+Blue) = 193+132+239=564 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.22% from 564); Green value is 132 (51.95% from 255 or 23.40% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: blue. Hex color #C184EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C184EF is #3E7B10. Grayscale: #A2A2A2. Windows color (decimal): -4094737 or 15697089. OLE color: 15697089.
HSL color Cylindrical-coordinate representation of color #C184EF: hue angle of 274.21º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C184EF is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 132 | 239 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.06 |
| HSL | 274.21º | 0.77% | 0.73% | - |
| HSV(B) | 274.21º | 0.45% | 0.94% | - |
| XYZ | 45.82 | 34.07 | 85.82 | - |
| YUV | 162.44 | 171.21 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 132 | 239 | 0.19 | 0.45 | 0 | 0.06 | 274.21 | 0.77 | 0.73 |
| Hex | C1 | 84 | EF | 13 | 2D | 0 | 6 | 112 | 4D | 49 |
| Octal | 301 | 204 | 357 | 23 | 55 | 0 | 6 | 422 | 115 | 111 |
| Binary | 11000001 | 10000100 | 11101111 | 10011 | 101101 | 0 | 110 | 100010010 | 1001101 | 1001001 |
Color Harmonies of #C184EF
Complementary color
Monochromatic Colors of #C184EF
Black with #C184EF
Text Example
Text Example
White with #C184EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C184EF; }
p { color: rgb(193,132,239); }
H1.HeaderClassName
{
color: #C184EF;
}
.AnyTagClassName
{
color: #C184EF;
}
</style>
background-color css
<style>
a { background-color: #C184EF; }
a { background-color: rgb(193,132,239); }
div.DivClassName
{
background-color: #C184EF;
}
.BgClassName
{
background-color: #C184EF;
}
</style>
border-color css
<style>
span { border-color: #C184EF; }
span { border-color: rgb(193,132,239); }
td.TdClassName
{
border-color: #C184EF;
}
.TagClassName
{
border-color: #C184EF;
}
</style>