Shades of Wisteria #C192F2
Tints of Wisteria #C192F2
RGB
CMYK
RGB Variations
Color information
#C192F2 (or 0xC192F2) is known color: Wisteria. HEX triplet: C1, 92 and F2. RGB value is (193,146,242). Sum of RGB (Red+Green+Blue) = 193+146+242=581 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.22% from 581); Green value is 146 (57.42% from 255 or 25.13% from 581); Blue value is 242 (94.92% from 255 or 41.65% from 581); Max value from RGB is 242 - color contains mainly: blue. Hex color #C192F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C192F2 is #3E6D0D. Grayscale: #AAAAAA. Windows color (decimal): -4091150 or 15897281. OLE color: 15897281.
HSL color Cylindrical-coordinate representation of color #C192F2: hue angle of 269.38º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C192F2 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 146 | 242 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.05 |
| HSL | 269.38º | 0.79% | 0.76% | - |
| HSV(B) | 269.38º | 0.4% | 0.95% | - |
| XYZ | 48.3 | 38.31 | 88.85 | - |
| YUV | 171 | 168.07 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 242 | 0.20 | 0.40 | 0 | 0.05 | 269.38 | 0.79 | 0.76 |
| Hex | C1 | 92 | F2 | 14 | 28 | 0 | 5 | 10D | 4F | 4C |
| Octal | 301 | 222 | 362 | 24 | 50 | 0 | 5 | 415 | 117 | 114 |
| Binary | 11000001 | 10010010 | 11110010 | 10100 | 101000 | 0 | 101 | 100001101 | 1001111 | 1001100 |
Color Harmonies of #C192F2
Complementary color
Monochromatic Colors of #C192F2
Black with #C192F2
Text Example
Text Example
White with #C192F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C192F2; }
p { color: rgb(193,146,242); }
H1.HeaderClassName
{
color: #C192F2;
}
.AnyTagClassName
{
color: #C192F2;
}
</style>
background-color css
<style>
a { background-color: #C192F2; }
a { background-color: rgb(193,146,242); }
div.DivClassName
{
background-color: #C192F2;
}
.BgClassName
{
background-color: #C192F2;
}
</style>
border-color css
<style>
span { border-color: #C192F2; }
span { border-color: rgb(193,146,242); }
td.TdClassName
{
border-color: #C192F2;
}
.TagClassName
{
border-color: #C192F2;
}
</style>