Shades of Wisteria #C199D3
Tints of Wisteria #C199D3
RGB
CMYK
RGB Variations
Color information
#C199D3 (or 0xC199D3) is known color: Wisteria. HEX triplet: C1, 99 and D3. RGB value is (193,153,211). Sum of RGB (Red+Green+Blue) = 193+153+211=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 153 (60.16% from 255 or 27.47% from 557); Blue value is 211 (82.81% from 255 or 37.88% from 557); Max value from RGB is 211 - color contains mainly: blue. Hex color #C199D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C199D3 is #3E662C. Grayscale: #ABABAB. Windows color (decimal): -4089389 or 13867457. OLE color: 13867457.
HSL color Cylindrical-coordinate representation of color #C199D3: hue angle of 281.38º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C199D3 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 153 | 211 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.17 |
| HSL | 281.38º | 0.4% | 0.71% | - |
| HSV(B) | 281.38º | 0.27% | 0.83% | - |
| XYZ | 45.14 | 38.82 | 66.74 | - |
| YUV | 171.57 | 150.25 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 211 | 0.09 | 0.27 | 0 | 0.17 | 281.38 | 0.4 | 0.71 |
| Hex | C1 | 99 | D3 | 9 | 1B | 0 | 11 | 119 | 28 | 47 |
| Octal | 301 | 231 | 323 | 11 | 33 | 0 | 21 | 431 | 50 | 107 |
| Binary | 11000001 | 10011001 | 11010011 | 1001 | 11011 | 0 | 10001 | 100011001 | 101000 | 1000111 |
Color Harmonies of #C199D3
Complementary color
Monochromatic Colors of #C199D3
Black with #C199D3
Text Example
Text Example
White with #C199D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C199D3; }
p { color: rgb(193,153,211); }
H1.HeaderClassName
{
color: #C199D3;
}
.AnyTagClassName
{
color: #C199D3;
}
</style>
background-color css
<style>
a { background-color: #C199D3; }
a { background-color: rgb(193,153,211); }
div.DivClassName
{
background-color: #C199D3;
}
.BgClassName
{
background-color: #C199D3;
}
</style>
border-color css
<style>
span { border-color: #C199D3; }
span { border-color: rgb(193,153,211); }
td.TdClassName
{
border-color: #C199D3;
}
.TagClassName
{
border-color: #C199D3;
}
</style>