Shades of Wisteria #C598EE
Tints of Wisteria #C598EE
RGB
CMYK
RGB Variations
Color information
#C598EE (or 0xC598EE) is known color: Wisteria. HEX triplet: C5, 98 and EE. RGB value is (197,152,238). Sum of RGB (Red+Green+Blue) = 197+152+238=587 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.56% from 587); Green value is 152 (59.77% from 255 or 25.89% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #C598EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C598EE is #3A6711. Grayscale: #AEAEAE. Windows color (decimal): -3827474 or 15636677. OLE color: 15636677.
HSL color Cylindrical-coordinate representation of color #C598EE: hue angle of 271.4º 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 #C598EE is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 152 | 238 | - |
| CMYK | 0.17 | 0.36 | 0 | 0.07 |
| HSL | 271.4º | 0.72% | 0.76% | - |
| HSV(B) | 271.4º | 0.36% | 0.93% | - |
| XYZ | 49.69 | 40.5 | 86.09 | - |
| YUV | 175.26 | 163.41 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 152 | 238 | 0.17 | 0.36 | 0 | 0.07 | 271.4 | 0.72 | 0.76 |
| Hex | C5 | 98 | EE | 11 | 24 | 0 | 7 | 10F | 48 | 4C |
| Octal | 305 | 230 | 356 | 21 | 44 | 0 | 7 | 417 | 110 | 114 |
| Binary | 11000101 | 10011000 | 11101110 | 10001 | 100100 | 0 | 111 | 100001111 | 1001000 | 1001100 |
Color Harmonies of #C598EE
Complementary color
Monochromatic Colors of #C598EE
Black with #C598EE
Text Example
Text Example
White with #C598EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C598EE; }
p { color: rgb(197,152,238); }
H1.HeaderClassName
{
color: #C598EE;
}
.AnyTagClassName
{
color: #C598EE;
}
</style>
background-color css
<style>
a { background-color: #C598EE; }
a { background-color: rgb(197,152,238); }
div.DivClassName
{
background-color: #C598EE;
}
.BgClassName
{
background-color: #C598EE;
}
</style>
border-color css
<style>
span { border-color: #C598EE; }
span { border-color: rgb(197,152,238); }
td.TdClassName
{
border-color: #C598EE;
}
.TagClassName
{
border-color: #C598EE;
}
</style>