Shades of Wisteria #C192DA
Tints of Wisteria #C192DA
RGB
CMYK
RGB Variations
Color information
#C192DA (or 0xC192DA) is known color: Wisteria. HEX triplet: C1, 92 and DA. RGB value is (193,146,218). Sum of RGB (Red+Green+Blue) = 193+146+218=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 146 (57.42% from 255 or 26.21% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 218 - color contains mainly: blue. Hex color #C192DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C192DA is #3E6D25. Grayscale: #A8A8A8. Windows color (decimal): -4091174 or 14324417. OLE color: 14324417.
HSL color Cylindrical-coordinate representation of color #C192DA: hue angle of 279.17º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C192DA is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 146 | 218 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.15 |
| HSL | 279.17º | 0.49% | 0.71% | - |
| HSV(B) | 279.17º | 0.33% | 0.85% | - |
| XYZ | 44.93 | 36.96 | 71.1 | - |
| YUV | 168.26 | 156.07 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 218 | 0.11 | 0.33 | 0 | 0.15 | 279.17 | 0.49 | 0.71 |
| Hex | C1 | 92 | DA | B | 21 | 0 | F | 117 | 31 | 47 |
| Octal | 301 | 222 | 332 | 13 | 41 | 0 | 17 | 427 | 61 | 107 |
| Binary | 11000001 | 10010010 | 11011010 | 1011 | 100001 | 0 | 1111 | 100010111 | 110001 | 1000111 |
Color Harmonies of #C192DA
Complementary color
Monochromatic Colors of #C192DA
Black with #C192DA
Text Example
Text Example
White with #C192DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C192DA; }
p { color: rgb(193,146,218); }
H1.HeaderClassName
{
color: #C192DA;
}
.AnyTagClassName
{
color: #C192DA;
}
</style>
background-color css
<style>
a { background-color: #C192DA; }
a { background-color: rgb(193,146,218); }
div.DivClassName
{
background-color: #C192DA;
}
.BgClassName
{
background-color: #C192DA;
}
</style>
border-color css
<style>
span { border-color: #C192DA; }
span { border-color: rgb(193,146,218); }
td.TdClassName
{
border-color: #C192DA;
}
.TagClassName
{
border-color: #C192DA;
}
</style>