Shades of Wisteria #C499D0
Tints of Wisteria #C499D0
RGB
CMYK
RGB Variations
Color information
#C499D0 (or 0xC499D0) is known color: Wisteria. HEX triplet: C4, 99 and D0. RGB value is (196,153,208). Sum of RGB (Red+Green+Blue) = 196+153+208=557 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.19% from 557); Green value is 153 (60.16% from 255 or 27.47% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 208 - color contains mainly: blue. Hex color #C499D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C499D0 is #3B662F. Grayscale: #ABABAB. Windows color (decimal): -3892784 or 13670852. OLE color: 13670852.
HSL color Cylindrical-coordinate representation of color #C499D0: hue angle of 286.91º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C499D0 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 153 | 208 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.18 |
| HSL | 286.91º | 0.37% | 0.71% | - |
| HSV(B) | 286.91º | 0.26% | 0.82% | - |
| XYZ | 45.54 | 39.07 | 64.82 | - |
| YUV | 172.13 | 148.25 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 153 | 208 | 0.06 | 0.26 | 0 | 0.18 | 286.91 | 0.37 | 0.71 |
| Hex | C4 | 99 | D0 | 6 | 1A | 0 | 12 | 11F | 25 | 47 |
| Octal | 304 | 231 | 320 | 6 | 32 | 0 | 22 | 437 | 45 | 107 |
| Binary | 11000100 | 10011001 | 11010000 | 110 | 11010 | 0 | 10010 | 100011111 | 100101 | 1000111 |
Color Harmonies of #C499D0
Complementary color
Monochromatic Colors of #C499D0
Black with #C499D0
Text Example
Text Example
White with #C499D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C499D0; }
p { color: rgb(196,153,208); }
H1.HeaderClassName
{
color: #C499D0;
}
.AnyTagClassName
{
color: #C499D0;
}
</style>
background-color css
<style>
a { background-color: #C499D0; }
a { background-color: rgb(196,153,208); }
div.DivClassName
{
background-color: #C499D0;
}
.BgClassName
{
background-color: #C499D0;
}
</style>
border-color css
<style>
span { border-color: #C499D0; }
span { border-color: rgb(196,153,208); }
td.TdClassName
{
border-color: #C499D0;
}
.TagClassName
{
border-color: #C499D0;
}
</style>