Shades of Wisteria #C199CD
Tints of Wisteria #C199CD
RGB
CMYK
RGB Variations
Color information
#C199CD (or 0xC199CD) is known color: Wisteria. HEX triplet: C1, 99 and CD. RGB value is (193,153,205). Sum of RGB (Red+Green+Blue) = 193+153+205=551 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.03% from 551); Green value is 153 (60.16% from 255 or 27.77% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 205 - color contains mainly: blue. Hex color #C199CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C199CD is #3E6632. Grayscale: #AAAAAA. Windows color (decimal): -4089395 or 13474241. OLE color: 13474241.
HSL color Cylindrical-coordinate representation of color #C199CD: hue angle of 286.15º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C199CD is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 153 | 205 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.20 |
| HSL | 286.15º | 0.34% | 0.7% | - |
| HSV(B) | 286.15º | 0.25% | 0.8% | - |
| XYZ | 44.4 | 38.53 | 62.85 | - |
| YUV | 170.89 | 147.25 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 205 | 0.06 | 0.25 | 0 | 0.20 | 286.15 | 0.34 | 0.7 |
| Hex | C1 | 99 | CD | 6 | 19 | 0 | 14 | 11E | 22 | 46 |
| Octal | 301 | 231 | 315 | 6 | 31 | 0 | 24 | 436 | 42 | 106 |
| Binary | 11000001 | 10011001 | 11001101 | 110 | 11001 | 0 | 10100 | 100011110 | 100010 | 1000110 |
Color Harmonies of #C199CD
Complementary color
Monochromatic Colors of #C199CD
Black with #C199CD
Text Example
Text Example
White with #C199CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C199CD; }
p { color: rgb(193,153,205); }
H1.HeaderClassName
{
color: #C199CD;
}
.AnyTagClassName
{
color: #C199CD;
}
</style>
background-color css
<style>
a { background-color: #C199CD; }
a { background-color: rgb(193,153,205); }
div.DivClassName
{
background-color: #C199CD;
}
.BgClassName
{
background-color: #C199CD;
}
</style>
border-color css
<style>
span { border-color: #C199CD; }
span { border-color: rgb(193,153,205); }
td.TdClassName
{
border-color: #C199CD;
}
.TagClassName
{
border-color: #C199CD;
}
</style>