Shades of Wisteria #C192E0
Tints of Wisteria #C192E0
RGB
CMYK
RGB Variations
Color information
#C192E0 (or 0xC192E0) is known color: Wisteria. HEX triplet: C1, 92 and E0. RGB value is (193,146,224). Sum of RGB (Red+Green+Blue) = 193+146+224=563 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.28% from 563); Green value is 146 (57.42% from 255 or 25.93% from 563); Blue value is 224 (87.89% from 255 or 39.79% from 563); Max value from RGB is 224 - color contains mainly: blue. Hex color #C192E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C192E0 is #3E6D1F. Grayscale: #A8A8A8. Windows color (decimal): -4091168 or 14717633. OLE color: 14717633.
HSL color Cylindrical-coordinate representation of color #C192E0: hue angle of 276.15º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C192E0 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 146 | 224 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.12 |
| HSL | 276.15º | 0.56% | 0.73% | - |
| HSV(B) | 276.15º | 0.35% | 0.88% | - |
| XYZ | 45.73 | 37.28 | 75.31 | - |
| YUV | 168.95 | 159.07 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 224 | 0.14 | 0.35 | 0 | 0.12 | 276.15 | 0.56 | 0.73 |
| Hex | C1 | 92 | E0 | E | 23 | 0 | C | 114 | 38 | 49 |
| Octal | 301 | 222 | 340 | 16 | 43 | 0 | 14 | 424 | 70 | 111 |
| Binary | 11000001 | 10010010 | 11100000 | 1110 | 100011 | 0 | 1100 | 100010100 | 111000 | 1001001 |
Color Harmonies of #C192E0
Complementary color
Monochromatic Colors of #C192E0
Black with #C192E0
Text Example
Text Example
White with #C192E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C192E0; }
p { color: rgb(193,146,224); }
H1.HeaderClassName
{
color: #C192E0;
}
.AnyTagClassName
{
color: #C192E0;
}
</style>
background-color css
<style>
a { background-color: #C192E0; }
a { background-color: rgb(193,146,224); }
div.DivClassName
{
background-color: #C192E0;
}
.BgClassName
{
background-color: #C192E0;
}
</style>
border-color css
<style>
span { border-color: #C192E0; }
span { border-color: rgb(193,146,224); }
td.TdClassName
{
border-color: #C192E0;
}
.TagClassName
{
border-color: #C192E0;
}
</style>