Shades of Wisteria #C498ED
Tints of Wisteria #C498ED
RGB
CMYK
RGB Variations
Color information
#C498ED (or 0xC498ED) is known color: Wisteria. HEX triplet: C4, 98 and ED. RGB value is (196,152,237). Sum of RGB (Red+Green+Blue) = 196+152+237=585 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.50% from 585); Green value is 152 (59.77% from 255 or 25.98% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #C498ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C498ED is #3B6712. Grayscale: #AEAEAE. Windows color (decimal): -3893011 or 15571140. OLE color: 15571140.
HSL color Cylindrical-coordinate representation of color #C498ED: hue angle of 271.06º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C498ED is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 152 | 237 | - |
| CMYK | 0.17 | 0.36 | 0 | 0.07 |
| HSL | 271.06º | 0.7% | 0.76% | - |
| HSV(B) | 271.06º | 0.36% | 0.93% | - |
| XYZ | 49.28 | 40.31 | 85.3 | - |
| YUV | 174.85 | 163.08 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 152 | 237 | 0.17 | 0.36 | 0 | 0.07 | 271.06 | 0.7 | 0.76 |
| Hex | C4 | 98 | ED | 11 | 24 | 0 | 7 | 10F | 46 | 4C |
| Octal | 304 | 230 | 355 | 21 | 44 | 0 | 7 | 417 | 106 | 114 |
| Binary | 11000100 | 10011000 | 11101101 | 10001 | 100100 | 0 | 111 | 100001111 | 1000110 | 1001100 |
Color Harmonies of #C498ED
Complementary color
Monochromatic Colors of #C498ED
Black with #C498ED
Text Example
Text Example
White with #C498ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C498ED; }
p { color: rgb(196,152,237); }
H1.HeaderClassName
{
color: #C498ED;
}
.AnyTagClassName
{
color: #C498ED;
}
</style>
background-color css
<style>
a { background-color: #C498ED; }
a { background-color: rgb(196,152,237); }
div.DivClassName
{
background-color: #C498ED;
}
.BgClassName
{
background-color: #C498ED;
}
</style>
border-color css
<style>
span { border-color: #C498ED; }
span { border-color: rgb(196,152,237); }
td.TdClassName
{
border-color: #C498ED;
}
.TagClassName
{
border-color: #C498ED;
}
</style>