Shades of Wisteria #C193CD
Tints of Wisteria #C193CD
RGB
CMYK
RGB Variations
Color information
#C193CD (or 0xC193CD) is known color: Wisteria. HEX triplet: C1, 93 and CD. RGB value is (193,147,205). Sum of RGB (Red+Green+Blue) = 193+147+205=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 147 (57.81% from 255 or 26.97% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 205 - color contains mainly: blue. Hex color #C193CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C193CD is #3E6C32. Grayscale: #A7A7A7. Windows color (decimal): -4090931 or 13472705. OLE color: 13472705.
HSL color Cylindrical-coordinate representation of color #C193CD: hue angle of 287.59º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C193CD is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 147 | 205 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.20 |
| HSL | 287.59º | 0.37% | 0.69% | - |
| HSV(B) | 287.59º | 0.28% | 0.8% | - |
| XYZ | 43.45 | 36.61 | 62.53 | - |
| YUV | 167.37 | 149.24 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 147 | 205 | 0.06 | 0.28 | 0 | 0.20 | 287.59 | 0.37 | 0.69 |
| Hex | C1 | 93 | CD | 6 | 1C | 0 | 14 | 120 | 25 | 45 |
| Octal | 301 | 223 | 315 | 6 | 34 | 0 | 24 | 440 | 45 | 105 |
| Binary | 11000001 | 10010011 | 11001101 | 110 | 11100 | 0 | 10100 | 100100000 | 100101 | 1000101 |
Color Harmonies of #C193CD
Complementary color
Monochromatic Colors of #C193CD
Black with #C193CD
Text Example
Text Example
White with #C193CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C193CD; }
p { color: rgb(193,147,205); }
H1.HeaderClassName
{
color: #C193CD;
}
.AnyTagClassName
{
color: #C193CD;
}
</style>
background-color css
<style>
a { background-color: #C193CD; }
a { background-color: rgb(193,147,205); }
div.DivClassName
{
background-color: #C193CD;
}
.BgClassName
{
background-color: #C193CD;
}
</style>
border-color css
<style>
span { border-color: #C193CD; }
span { border-color: rgb(193,147,205); }
td.TdClassName
{
border-color: #C193CD;
}
.TagClassName
{
border-color: #C193CD;
}
</style>