Shades of Wisteria #C181EA
Tints of Wisteria #C181EA
RGB
CMYK
RGB Variations
Color information
#C181EA (or 0xC181EA) is known color: Wisteria. HEX triplet: C1, 81 and EA. RGB value is (193,129,234). Sum of RGB (Red+Green+Blue) = 193+129+234=556 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.71% from 556); Green value is 129 (50.78% from 255 or 23.20% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 234 - color contains mainly: blue. Hex color #C181EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C181EA is #3E7E15. Grayscale: #9F9F9F. Windows color (decimal): -4095510 or 15368641. OLE color: 15368641.
HSL color Cylindrical-coordinate representation of color #C181EA: hue angle of 276.57º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C181EA is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 129 | 234 | - |
| CMYK | 0.18 | 0.45 | 0 | 0.08 |
| HSL | 276.57º | 0.71% | 0.71% | - |
| HSV(B) | 276.57º | 0.45% | 0.92% | - |
| XYZ | 44.69 | 32.98 | 81.85 | - |
| YUV | 160.11 | 169.7 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 129 | 234 | 0.18 | 0.45 | 0 | 0.08 | 276.57 | 0.71 | 0.71 |
| Hex | C1 | 81 | EA | 12 | 2D | 0 | 8 | 115 | 47 | 47 |
| Octal | 301 | 201 | 352 | 22 | 55 | 0 | 10 | 425 | 107 | 107 |
| Binary | 11000001 | 10000001 | 11101010 | 10010 | 101101 | 0 | 1000 | 100010101 | 1000111 | 1000111 |
Color Harmonies of #C181EA
Complementary color
Monochromatic Colors of #C181EA
Black with #C181EA
Text Example
Text Example
White with #C181EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C181EA; }
p { color: rgb(193,129,234); }
H1.HeaderClassName
{
color: #C181EA;
}
.AnyTagClassName
{
color: #C181EA;
}
</style>
background-color css
<style>
a { background-color: #C181EA; }
a { background-color: rgb(193,129,234); }
div.DivClassName
{
background-color: #C181EA;
}
.BgClassName
{
background-color: #C181EA;
}
</style>
border-color css
<style>
span { border-color: #C181EA; }
span { border-color: rgb(193,129,234); }
td.TdClassName
{
border-color: #C181EA;
}
.TagClassName
{
border-color: #C181EA;
}
</style>