Shades of Wisteria #C498D7
Tints of Wisteria #C498D7
RGB
CMYK
RGB Variations
Color information
#C498D7 (or 0xC498D7) is known color: Wisteria. HEX triplet: C4, 98 and D7. RGB value is (196,152,215). Sum of RGB (Red+Green+Blue) = 196+152+215=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 152 (59.77% from 255 or 27.00% from 563); Blue value is 215 (84.38% from 255 or 38.19% from 563); Max value from RGB is 215 - color contains mainly: blue. Hex color #C498D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C498D7 is #3B6728. Grayscale: #ACACAC. Windows color (decimal): -3893033 or 14129348. OLE color: 14129348.
HSL color Cylindrical-coordinate representation of color #C498D7: hue angle of 281.9º degrees, saturation: 0.44, 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 #C498D7 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 152 | 215 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.16 |
| HSL | 281.9º | 0.44% | 0.72% | - |
| HSV(B) | 281.9º | 0.29% | 0.84% | - |
| XYZ | 46.26 | 39.1 | 69.4 | - |
| YUV | 172.34 | 152.08 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 152 | 215 | 0.09 | 0.29 | 0 | 0.16 | 281.9 | 0.44 | 0.72 |
| Hex | C4 | 98 | D7 | 9 | 1D | 0 | 10 | 11A | 2C | 48 |
| Octal | 304 | 230 | 327 | 11 | 35 | 0 | 20 | 432 | 54 | 110 |
| Binary | 11000100 | 10011000 | 11010111 | 1001 | 11101 | 0 | 10000 | 100011010 | 101100 | 1001000 |
Color Harmonies of #C498D7
Complementary color
Monochromatic Colors of #C498D7
Black with #C498D7
Text Example
Text Example
White with #C498D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C498D7; }
p { color: rgb(196,152,215); }
H1.HeaderClassName
{
color: #C498D7;
}
.AnyTagClassName
{
color: #C498D7;
}
</style>
background-color css
<style>
a { background-color: #C498D7; }
a { background-color: rgb(196,152,215); }
div.DivClassName
{
background-color: #C498D7;
}
.BgClassName
{
background-color: #C498D7;
}
</style>
border-color css
<style>
span { border-color: #C498D7; }
span { border-color: rgb(196,152,215); }
td.TdClassName
{
border-color: #C498D7;
}
.TagClassName
{
border-color: #C498D7;
}
</style>