Shades of Wisteria #C498EF
Tints of Wisteria #C498EF
RGB
CMYK
RGB Variations
Color information
#C498EF (or 0xC498EF) is known color: Wisteria. HEX triplet: C4, 98 and EF. RGB value is (196,152,239). Sum of RGB (Red+Green+Blue) = 196+152+239=587 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.39% from 587); Green value is 152 (59.77% from 255 or 25.89% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #C498EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C498EF is #3B6710. Grayscale: #AEAEAE. Windows color (decimal): -3893009 or 15702212. OLE color: 15702212.
HSL color Cylindrical-coordinate representation of color #C498EF: hue angle of 270.34º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C498EF is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 152 | 239 | - |
| CMYK | 0.18 | 0.36 | 0 | 0.06 |
| HSL | 270.34º | 0.73% | 0.77% | - |
| HSV(B) | 270.34º | 0.36% | 0.94% | - |
| XYZ | 49.57 | 40.42 | 86.85 | - |
| YUV | 175.07 | 164.08 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 152 | 239 | 0.18 | 0.36 | 0 | 0.06 | 270.34 | 0.73 | 0.77 |
| Hex | C4 | 98 | EF | 12 | 24 | 0 | 6 | 10E | 49 | 4D |
| Octal | 304 | 230 | 357 | 22 | 44 | 0 | 6 | 416 | 111 | 115 |
| Binary | 11000100 | 10011000 | 11101111 | 10010 | 100100 | 0 | 110 | 100001110 | 1001001 | 1001101 |
Color Harmonies of #C498EF
Complementary color
Monochromatic Colors of #C498EF
Black with #C498EF
Text Example
Text Example
White with #C498EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C498EF; }
p { color: rgb(196,152,239); }
H1.HeaderClassName
{
color: #C498EF;
}
.AnyTagClassName
{
color: #C498EF;
}
</style>
background-color css
<style>
a { background-color: #C498EF; }
a { background-color: rgb(196,152,239); }
div.DivClassName
{
background-color: #C498EF;
}
.BgClassName
{
background-color: #C498EF;
}
</style>
border-color css
<style>
span { border-color: #C498EF; }
span { border-color: rgb(196,152,239); }
td.TdClassName
{
border-color: #C498EF;
}
.TagClassName
{
border-color: #C498EF;
}
</style>