Shades of Wisteria #C499DA
Tints of Wisteria #C499DA
RGB
CMYK
RGB Variations
Color information
#C499DA (or 0xC499DA) is known color: Wisteria. HEX triplet: C4, 99 and DA. RGB value is (196,153,218). Sum of RGB (Red+Green+Blue) = 196+153+218=567 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.57% from 567); Green value is 153 (60.16% from 255 or 26.98% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: blue. Hex color #C499DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C499DA is #3B6625. Grayscale: #ADADAD. Windows color (decimal): -3892774 or 14326212. OLE color: 14326212.
HSL color Cylindrical-coordinate representation of color #C499DA: hue angle of 279.69º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C499DA is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 153 | 218 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.15 |
| HSL | 279.69º | 0.47% | 0.73% | - |
| HSV(B) | 279.69º | 0.3% | 0.85% | - |
| XYZ | 46.81 | 39.58 | 71.5 | - |
| YUV | 173.27 | 153.25 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 153 | 218 | 0.10 | 0.30 | 0 | 0.15 | 279.69 | 0.47 | 0.73 |
| Hex | C4 | 99 | DA | A | 1E | 0 | F | 118 | 2F | 49 |
| Octal | 304 | 231 | 332 | 12 | 36 | 0 | 17 | 430 | 57 | 111 |
| Binary | 11000100 | 10011001 | 11011010 | 1010 | 11110 | 0 | 1111 | 100011000 | 101111 | 1001001 |
Color Harmonies of #C499DA
Complementary color
Monochromatic Colors of #C499DA
Black with #C499DA
Text Example
Text Example
White with #C499DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C499DA; }
p { color: rgb(196,153,218); }
H1.HeaderClassName
{
color: #C499DA;
}
.AnyTagClassName
{
color: #C499DA;
}
</style>
background-color css
<style>
a { background-color: #C499DA; }
a { background-color: rgb(196,153,218); }
div.DivClassName
{
background-color: #C499DA;
}
.BgClassName
{
background-color: #C499DA;
}
</style>
border-color css
<style>
span { border-color: #C499DA; }
span { border-color: rgb(196,153,218); }
td.TdClassName
{
border-color: #C499DA;
}
.TagClassName
{
border-color: #C499DA;
}
</style>