Shades of Wisteria #C199D4
Tints of Wisteria #C199D4
RGB
CMYK
RGB Variations
Color information
#C199D4 (or 0xC199D4) is known color: Wisteria. HEX triplet: C1, 99 and D4. RGB value is (193,153,212). Sum of RGB (Red+Green+Blue) = 193+153+212=558 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.59% from 558); Green value is 153 (60.16% from 255 or 27.42% from 558); Blue value is 212 (83.20% from 255 or 37.99% from 558); Max value from RGB is 212 - color contains mainly: blue. Hex color #C199D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C199D4 is #3E662B. Grayscale: #ABABAB. Windows color (decimal): -4089388 or 13932993. OLE color: 13932993.
HSL color Cylindrical-coordinate representation of color #C199D4: hue angle of 280.68º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C199D4 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 153 | 212 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.17 |
| HSL | 280.68º | 0.41% | 0.72% | - |
| HSV(B) | 280.68º | 0.28% | 0.83% | - |
| XYZ | 45.27 | 38.87 | 67.4 | - |
| YUV | 171.69 | 150.75 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 212 | 0.09 | 0.28 | 0 | 0.17 | 280.68 | 0.41 | 0.72 |
| Hex | C1 | 99 | D4 | 9 | 1C | 0 | 11 | 119 | 29 | 48 |
| Octal | 301 | 231 | 324 | 11 | 34 | 0 | 21 | 431 | 51 | 110 |
| Binary | 11000001 | 10011001 | 11010100 | 1001 | 11100 | 0 | 10001 | 100011001 | 101001 | 1001000 |
Color Harmonies of #C199D4
Complementary color
Monochromatic Colors of #C199D4
Black with #C199D4
Text Example
Text Example
White with #C199D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C199D4; }
p { color: rgb(193,153,212); }
H1.HeaderClassName
{
color: #C199D4;
}
.AnyTagClassName
{
color: #C199D4;
}
</style>
background-color css
<style>
a { background-color: #C199D4; }
a { background-color: rgb(193,153,212); }
div.DivClassName
{
background-color: #C199D4;
}
.BgClassName
{
background-color: #C199D4;
}
</style>
border-color css
<style>
span { border-color: #C199D4; }
span { border-color: rgb(193,153,212); }
td.TdClassName
{
border-color: #C199D4;
}
.TagClassName
{
border-color: #C199D4;
}
</style>