Shades of Wisteria #C191EA
Tints of Wisteria #C191EA
RGB
CMYK
RGB Variations
Color information
#C191EA (or 0xC191EA) is known color: Wisteria. HEX triplet: C1, 91 and EA. RGB value is (193,145,234). Sum of RGB (Red+Green+Blue) = 193+145+234=572 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.74% from 572); Green value is 145 (57.03% from 255 or 25.35% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #C191EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C191EA is #3E6E15. Grayscale: #A9A9A9. Windows color (decimal): -4091414 or 15372737. OLE color: 15372737.
HSL color Cylindrical-coordinate representation of color #C191EA: hue angle of 272.36º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C191EA is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 145 | 234 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.08 |
| HSL | 272.36º | 0.68% | 0.74% | - |
| HSV(B) | 272.36º | 0.38% | 0.92% | - |
| XYZ | 46.97 | 37.53 | 82.61 | - |
| YUV | 169.5 | 164.4 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 145 | 234 | 0.18 | 0.38 | 0 | 0.08 | 272.36 | 0.68 | 0.74 |
| Hex | C1 | 91 | EA | 12 | 26 | 0 | 8 | 110 | 44 | 4A |
| Octal | 301 | 221 | 352 | 22 | 46 | 0 | 10 | 420 | 104 | 112 |
| Binary | 11000001 | 10010001 | 11101010 | 10010 | 100110 | 0 | 1000 | 100010000 | 1000100 | 1001010 |
Color Harmonies of #C191EA
Complementary color
Monochromatic Colors of #C191EA
Black with #C191EA
Text Example
Text Example
White with #C191EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C191EA; }
p { color: rgb(193,145,234); }
H1.HeaderClassName
{
color: #C191EA;
}
.AnyTagClassName
{
color: #C191EA;
}
</style>
background-color css
<style>
a { background-color: #C191EA; }
a { background-color: rgb(193,145,234); }
div.DivClassName
{
background-color: #C191EA;
}
.BgClassName
{
background-color: #C191EA;
}
</style>
border-color css
<style>
span { border-color: #C191EA; }
span { border-color: rgb(193,145,234); }
td.TdClassName
{
border-color: #C191EA;
}
.TagClassName
{
border-color: #C191EA;
}
</style>