Shades of Wisteria #C199D1
Tints of Wisteria #C199D1
RGB
CMYK
RGB Variations
Color information
#C199D1 (or 0xC199D1) is known color: Wisteria. HEX triplet: C1, 99 and D1. RGB value is (193,153,209). Sum of RGB (Red+Green+Blue) = 193+153+209=555 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.77% from 555); Green value is 153 (60.16% from 255 or 27.57% from 555); Blue value is 209 (82.03% from 255 or 37.66% from 555); Max value from RGB is 209 - color contains mainly: blue. Hex color #C199D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C199D1 is #3E662E. Grayscale: #ABABAB. Windows color (decimal): -4089391 or 13736385. OLE color: 13736385.
HSL color Cylindrical-coordinate representation of color #C199D1: hue angle of 282.86º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C199D1 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 153 | 209 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.18 |
| HSL | 282.86º | 0.38% | 0.71% | - |
| HSV(B) | 282.86º | 0.27% | 0.82% | - |
| XYZ | 44.89 | 38.72 | 65.43 | - |
| YUV | 171.34 | 149.25 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 209 | 0.08 | 0.27 | 0 | 0.18 | 282.86 | 0.38 | 0.71 |
| Hex | C1 | 99 | D1 | 8 | 1B | 0 | 12 | 11B | 26 | 47 |
| Octal | 301 | 231 | 321 | 10 | 33 | 0 | 22 | 433 | 46 | 107 |
| Binary | 11000001 | 10011001 | 11010001 | 1000 | 11011 | 0 | 10010 | 100011011 | 100110 | 1000111 |
Color Harmonies of #C199D1
Complementary color
Monochromatic Colors of #C199D1
Black with #C199D1
Text Example
Text Example
White with #C199D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C199D1; }
p { color: rgb(193,153,209); }
H1.HeaderClassName
{
color: #C199D1;
}
.AnyTagClassName
{
color: #C199D1;
}
</style>
background-color css
<style>
a { background-color: #C199D1; }
a { background-color: rgb(193,153,209); }
div.DivClassName
{
background-color: #C199D1;
}
.BgClassName
{
background-color: #C199D1;
}
</style>
border-color css
<style>
span { border-color: #C199D1; }
span { border-color: rgb(193,153,209); }
td.TdClassName
{
border-color: #C199D1;
}
.TagClassName
{
border-color: #C199D1;
}
</style>