Shades of Wisteria #C192ED
Tints of Wisteria #C192ED
RGB
CMYK
RGB Variations
Color information
#C192ED (or 0xC192ED) is known color: Wisteria. HEX triplet: C1, 92 and ED. RGB value is (193,146,237). Sum of RGB (Red+Green+Blue) = 193+146+237=576 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.51% from 576); Green value is 146 (57.42% from 255 or 25.35% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 237 - color contains mainly: blue. Hex color #C192ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C192ED is #3E6D12. Grayscale: #AAAAAA. Windows color (decimal): -4091155 or 15569601. OLE color: 15569601.
HSL color Cylindrical-coordinate representation of color #C192ED: hue angle of 270.99º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C192ED is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 146 | 237 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.07 |
| HSL | 270.99º | 0.72% | 0.75% | - |
| HSV(B) | 270.99º | 0.38% | 0.93% | - |
| XYZ | 47.56 | 38.01 | 84.95 | - |
| YUV | 170.43 | 165.57 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 237 | 0.19 | 0.38 | 0 | 0.07 | 270.99 | 0.72 | 0.75 |
| Hex | C1 | 92 | ED | 13 | 26 | 0 | 7 | 10F | 48 | 4B |
| Octal | 301 | 222 | 355 | 23 | 46 | 0 | 7 | 417 | 110 | 113 |
| Binary | 11000001 | 10010010 | 11101101 | 10011 | 100110 | 0 | 111 | 100001111 | 1001000 | 1001011 |
Color Harmonies of #C192ED
Complementary color
Monochromatic Colors of #C192ED
Black with #C192ED
Text Example
Text Example
White with #C192ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C192ED; }
p { color: rgb(193,146,237); }
H1.HeaderClassName
{
color: #C192ED;
}
.AnyTagClassName
{
color: #C192ED;
}
</style>
background-color css
<style>
a { background-color: #C192ED; }
a { background-color: rgb(193,146,237); }
div.DivClassName
{
background-color: #C192ED;
}
.BgClassName
{
background-color: #C192ED;
}
</style>
border-color css
<style>
span { border-color: #C192ED; }
span { border-color: rgb(193,146,237); }
td.TdClassName
{
border-color: #C192ED;
}
.TagClassName
{
border-color: #C192ED;
}
</style>