Shades of Wisteria #C499DF
Tints of Wisteria #C499DF
RGB
CMYK
RGB Variations
Color information
#C499DF (or 0xC499DF) is known color: Wisteria. HEX triplet: C4, 99 and DF. RGB value is (196,153,223). Sum of RGB (Red+Green+Blue) = 196+153+223=572 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.27% from 572); Green value is 153 (60.16% from 255 or 26.75% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #C499DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C499DF is #3B6620. Grayscale: #ADADAD. Windows color (decimal): -3892769 or 14653892. OLE color: 14653892.
HSL color Cylindrical-coordinate representation of color #C499DF: hue angle of 276.86º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C499DF is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 153 | 223 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.13 |
| HSL | 276.86º | 0.52% | 0.74% | - |
| HSV(B) | 276.86º | 0.31% | 0.87% | - |
| XYZ | 47.48 | 39.85 | 75 | - |
| YUV | 173.84 | 155.75 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 153 | 223 | 0.12 | 0.31 | 0 | 0.13 | 276.86 | 0.52 | 0.74 |
| Hex | C4 | 99 | DF | C | 1F | 0 | D | 115 | 34 | 4A |
| Octal | 304 | 231 | 337 | 14 | 37 | 0 | 15 | 425 | 64 | 112 |
| Binary | 11000100 | 10011001 | 11011111 | 1100 | 11111 | 0 | 1101 | 100010101 | 110100 | 1001010 |
Color Harmonies of #C499DF
Complementary color
Monochromatic Colors of #C499DF
Black with #C499DF
Text Example
Text Example
White with #C499DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C499DF; }
p { color: rgb(196,153,223); }
H1.HeaderClassName
{
color: #C499DF;
}
.AnyTagClassName
{
color: #C499DF;
}
</style>
background-color css
<style>
a { background-color: #C499DF; }
a { background-color: rgb(196,153,223); }
div.DivClassName
{
background-color: #C499DF;
}
.BgClassName
{
background-color: #C499DF;
}
</style>
border-color css
<style>
span { border-color: #C499DF; }
span { border-color: rgb(196,153,223); }
td.TdClassName
{
border-color: #C499DF;
}
.TagClassName
{
border-color: #C499DF;
}
</style>