Shades of Wisteria #C498D5
Tints of Wisteria #C498D5
RGB
CMYK
RGB Variations
Color information
#C498D5 (or 0xC498D5) is known color: Wisteria. HEX triplet: C4, 98 and D5. RGB value is (196,152,213). Sum of RGB (Red+Green+Blue) = 196+152+213=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 152 (59.77% from 255 or 27.09% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 213 - color contains mainly: blue. Hex color #C498D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C498D5 is #3B672A. Grayscale: #ABABAB. Windows color (decimal): -3893035 or 13998276. OLE color: 13998276.
HSL color Cylindrical-coordinate representation of color #C498D5: hue angle of 283.28º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C498D5 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 152 | 213 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.16 |
| HSL | 283.28º | 0.42% | 0.72% | - |
| HSV(B) | 283.28º | 0.29% | 0.84% | - |
| XYZ | 46 | 39 | 68.05 | - |
| YUV | 172.11 | 151.08 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 152 | 213 | 0.08 | 0.29 | 0 | 0.16 | 283.28 | 0.42 | 0.72 |
| Hex | C4 | 98 | D5 | 8 | 1D | 0 | 10 | 11B | 2A | 48 |
| Octal | 304 | 230 | 325 | 10 | 35 | 0 | 20 | 433 | 52 | 110 |
| Binary | 11000100 | 10011000 | 11010101 | 1000 | 11101 | 0 | 10000 | 100011011 | 101010 | 1001000 |
Color Harmonies of #C498D5
Complementary color
Monochromatic Colors of #C498D5
Black with #C498D5
Text Example
Text Example
White with #C498D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C498D5; }
p { color: rgb(196,152,213); }
H1.HeaderClassName
{
color: #C498D5;
}
.AnyTagClassName
{
color: #C498D5;
}
</style>
background-color css
<style>
a { background-color: #C498D5; }
a { background-color: rgb(196,152,213); }
div.DivClassName
{
background-color: #C498D5;
}
.BgClassName
{
background-color: #C498D5;
}
</style>
border-color css
<style>
span { border-color: #C498D5; }
span { border-color: rgb(196,152,213); }
td.TdClassName
{
border-color: #C498D5;
}
.TagClassName
{
border-color: #C498D5;
}
</style>