Shades of Wisteria #C191CD
Tints of Wisteria #C191CD
RGB
CMYK
RGB Variations
Color information
#C191CD (or 0xC191CD) is known color: Wisteria. HEX triplet: C1, 91 and CD. RGB value is (193,145,205). Sum of RGB (Red+Green+Blue) = 193+145+205=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 145 (57.03% from 255 or 26.70% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 205 - color contains mainly: blue. Hex color #C191CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C191CD is #3E6E32. Grayscale: #A6A6A6. Windows color (decimal): -4091443 or 13472193. OLE color: 13472193.
HSL color Cylindrical-coordinate representation of color #C191CD: hue angle of 288º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C191CD is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 145 | 205 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.20 |
| HSL | 288º | 0.38% | 0.69% | - |
| HSV(B) | 288º | 0.29% | 0.8% | - |
| XYZ | 43.14 | 36 | 62.43 | - |
| YUV | 166.19 | 149.9 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 145 | 205 | 0.06 | 0.29 | 0 | 0.20 | 288 | 0.38 | 0.69 |
| Hex | C1 | 91 | CD | 6 | 1D | 0 | 14 | 120 | 26 | 45 |
| Octal | 301 | 221 | 315 | 6 | 35 | 0 | 24 | 440 | 46 | 105 |
| Binary | 11000001 | 10010001 | 11001101 | 110 | 11101 | 0 | 10100 | 100100000 | 100110 | 1000101 |
Color Harmonies of #C191CD
Complementary color
Monochromatic Colors of #C191CD
Black with #C191CD
Text Example
Text Example
White with #C191CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C191CD; }
p { color: rgb(193,145,205); }
H1.HeaderClassName
{
color: #C191CD;
}
.AnyTagClassName
{
color: #C191CD;
}
</style>
background-color css
<style>
a { background-color: #C191CD; }
a { background-color: rgb(193,145,205); }
div.DivClassName
{
background-color: #C191CD;
}
.BgClassName
{
background-color: #C191CD;
}
</style>
border-color css
<style>
span { border-color: #C191CD; }
span { border-color: rgb(193,145,205); }
td.TdClassName
{
border-color: #C191CD;
}
.TagClassName
{
border-color: #C191CD;
}
</style>