Shades of Wisteria #C190DF
Tints of Wisteria #C190DF
RGB
CMYK
RGB Variations
Color information
#C190DF (or 0xC190DF) is known color: Wisteria. HEX triplet: C1, 90 and DF. RGB value is (193,144,223). Sum of RGB (Red+Green+Blue) = 193+144+223=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 144 (56.64% from 255 or 25.71% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #C190DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C190DF is #3E6F20. Grayscale: #A7A7A7. Windows color (decimal): -4091681 or 14651585. OLE color: 14651585.
HSL color Cylindrical-coordinate representation of color #C190DF: hue angle of 277.22º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C190DF is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 144 | 223 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.13 |
| HSL | 277.22º | 0.55% | 0.72% | - |
| HSV(B) | 277.22º | 0.35% | 0.87% | - |
| XYZ | 45.28 | 36.61 | 74.49 | - |
| YUV | 167.66 | 159.23 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 223 | 0.13 | 0.35 | 0 | 0.13 | 277.22 | 0.55 | 0.72 |
| Hex | C1 | 90 | DF | D | 23 | 0 | D | 115 | 37 | 48 |
| Octal | 301 | 220 | 337 | 15 | 43 | 0 | 15 | 425 | 67 | 110 |
| Binary | 11000001 | 10010000 | 11011111 | 1101 | 100011 | 0 | 1101 | 100010101 | 110111 | 1001000 |
Color Harmonies of #C190DF
Complementary color
Monochromatic Colors of #C190DF
Black with #C190DF
Text Example
Text Example
White with #C190DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C190DF; }
p { color: rgb(193,144,223); }
H1.HeaderClassName
{
color: #C190DF;
}
.AnyTagClassName
{
color: #C190DF;
}
</style>
background-color css
<style>
a { background-color: #C190DF; }
a { background-color: rgb(193,144,223); }
div.DivClassName
{
background-color: #C190DF;
}
.BgClassName
{
background-color: #C190DF;
}
</style>
border-color css
<style>
span { border-color: #C190DF; }
span { border-color: rgb(193,144,223); }
td.TdClassName
{
border-color: #C190DF;
}
.TagClassName
{
border-color: #C190DF;
}
</style>