Shades of Wisteria #C498EE
Tints of Wisteria #C498EE
RGB
CMYK
RGB Variations
Color information
#C498EE (or 0xC498EE) is known color: Wisteria. HEX triplet: C4, 98 and EE. RGB value is (196,152,238). Sum of RGB (Red+Green+Blue) = 196+152+238=586 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.45% from 586); Green value is 152 (59.77% from 255 or 25.94% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #C498EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C498EE is #3B6711. Grayscale: #AEAEAE. Windows color (decimal): -3893010 or 15636676. OLE color: 15636676.
HSL color Cylindrical-coordinate representation of color #C498EE: hue angle of 270.7º degrees, saturation: 0.72, 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 #C498EE is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 152 | 238 | - |
| CMYK | 0.18 | 0.36 | 0 | 0.07 |
| HSL | 270.7º | 0.72% | 0.76% | - |
| HSV(B) | 270.7º | 0.36% | 0.93% | - |
| XYZ | 49.43 | 40.37 | 86.08 | - |
| YUV | 174.96 | 163.58 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 152 | 238 | 0.18 | 0.36 | 0 | 0.07 | 270.7 | 0.72 | 0.76 |
| Hex | C4 | 98 | EE | 12 | 24 | 0 | 7 | 10F | 48 | 4C |
| Octal | 304 | 230 | 356 | 22 | 44 | 0 | 7 | 417 | 110 | 114 |
| Binary | 11000100 | 10011000 | 11101110 | 10010 | 100100 | 0 | 111 | 100001111 | 1001000 | 1001100 |
Color Harmonies of #C498EE
Complementary color
Monochromatic Colors of #C498EE
Black with #C498EE
Text Example
Text Example
White with #C498EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C498EE; }
p { color: rgb(196,152,238); }
H1.HeaderClassName
{
color: #C498EE;
}
.AnyTagClassName
{
color: #C498EE;
}
</style>
background-color css
<style>
a { background-color: #C498EE; }
a { background-color: rgb(196,152,238); }
div.DivClassName
{
background-color: #C498EE;
}
.BgClassName
{
background-color: #C498EE;
}
</style>
border-color css
<style>
span { border-color: #C498EE; }
span { border-color: rgb(196,152,238); }
td.TdClassName
{
border-color: #C498EE;
}
.TagClassName
{
border-color: #C498EE;
}
</style>