Shades of Wisteria #C499E5
Tints of Wisteria #C499E5
RGB
CMYK
RGB Variations
Color information
#C499E5 (or 0xC499E5) is known color: Wisteria. HEX triplet: C4, 99 and E5. RGB value is (196,153,229). Sum of RGB (Red+Green+Blue) = 196+153+229=578 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.91% from 578); Green value is 153 (60.16% from 255 or 26.47% from 578); Blue value is 229 (89.84% from 255 or 39.62% from 578); Max value from RGB is 229 - color contains mainly: blue. Hex color #C499E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C499E5 is #3B661A. Grayscale: #AEAEAE. Windows color (decimal): -3892763 or 15047108. OLE color: 15047108.
HSL color Cylindrical-coordinate representation of color #C499E5: hue angle of 273.95º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C499E5 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 153 | 229 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.10 |
| HSL | 273.95º | 0.59% | 0.75% | - |
| HSV(B) | 273.95º | 0.33% | 0.9% | - |
| XYZ | 48.3 | 40.18 | 79.34 | - |
| YUV | 174.52 | 158.75 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 153 | 229 | 0.14 | 0.33 | 0 | 0.10 | 273.95 | 0.59 | 0.75 |
| Hex | C4 | 99 | E5 | E | 21 | 0 | A | 112 | 3B | 4B |
| Octal | 304 | 231 | 345 | 16 | 41 | 0 | 12 | 422 | 73 | 113 |
| Binary | 11000100 | 10011001 | 11100101 | 1110 | 100001 | 0 | 1010 | 100010010 | 111011 | 1001011 |
Color Harmonies of #C499E5
Complementary color
Monochromatic Colors of #C499E5
Black with #C499E5
Text Example
Text Example
White with #C499E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C499E5; }
p { color: rgb(196,153,229); }
H1.HeaderClassName
{
color: #C499E5;
}
.AnyTagClassName
{
color: #C499E5;
}
</style>
background-color css
<style>
a { background-color: #C499E5; }
a { background-color: rgb(196,153,229); }
div.DivClassName
{
background-color: #C499E5;
}
.BgClassName
{
background-color: #C499E5;
}
</style>
border-color css
<style>
span { border-color: #C499E5; }
span { border-color: rgb(196,153,229); }
td.TdClassName
{
border-color: #C499E5;
}
.TagClassName
{
border-color: #C499E5;
}
</style>