Shades of Wisteria #C598E2
Tints of Wisteria #C598E2
RGB
CMYK
RGB Variations
Color information
#C598E2 (or 0xC598E2) is known color: Wisteria. HEX triplet: C5, 98 and E2. RGB value is (197,152,226). Sum of RGB (Red+Green+Blue) = 197+152+226=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 152 (59.77% from 255 or 26.43% from 575); Blue value is 226 (88.67% from 255 or 39.30% from 575); Max value from RGB is 226 - color contains mainly: blue. Hex color #C598E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C598E2 is #3A671D. Grayscale: #ADADAD. Windows color (decimal): -3827486 or 14850245. OLE color: 14850245.
HSL color Cylindrical-coordinate representation of color #C598E2: hue angle of 276.49º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C598E2 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 152 | 226 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.11 |
| HSL | 276.49º | 0.56% | 0.74% | - |
| HSV(B) | 276.49º | 0.33% | 0.89% | - |
| XYZ | 47.98 | 39.82 | 77.11 | - |
| YUV | 173.89 | 157.41 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 152 | 226 | 0.13 | 0.33 | 0 | 0.11 | 276.49 | 0.56 | 0.74 |
| Hex | C5 | 98 | E2 | D | 21 | 0 | B | 114 | 38 | 4A |
| Octal | 305 | 230 | 342 | 15 | 41 | 0 | 13 | 424 | 70 | 112 |
| Binary | 11000101 | 10011000 | 11100010 | 1101 | 100001 | 0 | 1011 | 100010100 | 111000 | 1001010 |
Color Harmonies of #C598E2
Complementary color
Monochromatic Colors of #C598E2
Black with #C598E2
Text Example
Text Example
White with #C598E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C598E2; }
p { color: rgb(197,152,226); }
H1.HeaderClassName
{
color: #C598E2;
}
.AnyTagClassName
{
color: #C598E2;
}
</style>
background-color css
<style>
a { background-color: #C598E2; }
a { background-color: rgb(197,152,226); }
div.DivClassName
{
background-color: #C598E2;
}
.BgClassName
{
background-color: #C598E2;
}
</style>
border-color css
<style>
span { border-color: #C598E2; }
span { border-color: rgb(197,152,226); }
td.TdClassName
{
border-color: #C598E2;
}
.TagClassName
{
border-color: #C598E2;
}
</style>