Shades of Wisteria #C598E4
Tints of Wisteria #C598E4
RGB
CMYK
RGB Variations
Color information
#C598E4 (or 0xC598E4) is known color: Wisteria. HEX triplet: C5, 98 and E4. RGB value is (197,152,228). Sum of RGB (Red+Green+Blue) = 197+152+228=577 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.14% from 577); Green value is 152 (59.77% from 255 or 26.34% from 577); Blue value is 228 (89.45% from 255 or 39.51% from 577); Max value from RGB is 228 - color contains mainly: blue. Hex color #C598E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C598E4 is #3A671B. Grayscale: #ADADAD. Windows color (decimal): -3827484 or 14981317. OLE color: 14981317.
HSL color Cylindrical-coordinate representation of color #C598E4: hue angle of 275.53º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C598E4 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 152 | 228 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.11 |
| HSL | 275.53º | 0.58% | 0.75% | - |
| HSV(B) | 275.53º | 0.33% | 0.89% | - |
| XYZ | 48.26 | 39.93 | 78.56 | - |
| YUV | 174.12 | 158.41 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 152 | 228 | 0.14 | 0.33 | 0 | 0.11 | 275.53 | 0.58 | 0.75 |
| Hex | C5 | 98 | E4 | E | 21 | 0 | B | 114 | 3A | 4B |
| Octal | 305 | 230 | 344 | 16 | 41 | 0 | 13 | 424 | 72 | 113 |
| Binary | 11000101 | 10011000 | 11100100 | 1110 | 100001 | 0 | 1011 | 100010100 | 111010 | 1001011 |
Color Harmonies of #C598E4
Complementary color
Monochromatic Colors of #C598E4
Black with #C598E4
Text Example
Text Example
White with #C598E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C598E4; }
p { color: rgb(197,152,228); }
H1.HeaderClassName
{
color: #C598E4;
}
.AnyTagClassName
{
color: #C598E4;
}
</style>
background-color css
<style>
a { background-color: #C598E4; }
a { background-color: rgb(197,152,228); }
div.DivClassName
{
background-color: #C598E4;
}
.BgClassName
{
background-color: #C598E4;
}
</style>
border-color css
<style>
span { border-color: #C598E4; }
span { border-color: rgb(197,152,228); }
td.TdClassName
{
border-color: #C598E4;
}
.TagClassName
{
border-color: #C598E4;
}
</style>