Shades of Wisteria #C598F2
Tints of Wisteria #C598F2
RGB
CMYK
RGB Variations
Color information
#C598F2 (or 0xC598F2) is known color: Wisteria. HEX triplet: C5, 98 and F2. RGB value is (197,152,242). Sum of RGB (Red+Green+Blue) = 197+152+242=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 152 (59.77% from 255 or 25.72% from 591); Blue value is 242 (94.92% from 255 or 40.95% from 591); Max value from RGB is 242 - color contains mainly: blue. Hex color #C598F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C598F2 is #3A670D. Grayscale: #AFAFAF. Windows color (decimal): -3827470 or 15898821. OLE color: 15898821.
HSL color Cylindrical-coordinate representation of color #C598F2: hue angle of 270º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C598F2 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 152 | 242 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.05 |
| HSL | 270º | 0.78% | 0.77% | - |
| HSV(B) | 270º | 0.37% | 0.95% | - |
| XYZ | 50.28 | 40.74 | 89.22 | - |
| YUV | 175.72 | 165.41 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 152 | 242 | 0.19 | 0.37 | 0 | 0.05 | 270 | 0.78 | 0.77 |
| Hex | C5 | 98 | F2 | 13 | 25 | 0 | 5 | 10E | 4E | 4D |
| Octal | 305 | 230 | 362 | 23 | 45 | 0 | 5 | 416 | 116 | 115 |
| Binary | 11000101 | 10011000 | 11110010 | 10011 | 100101 | 0 | 101 | 100001110 | 1001110 | 1001101 |
Color Harmonies of #C598F2
Complementary color
Monochromatic Colors of #C598F2
Black with #C598F2
Text Example
Text Example
White with #C598F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C598F2; }
p { color: rgb(197,152,242); }
H1.HeaderClassName
{
color: #C598F2;
}
.AnyTagClassName
{
color: #C598F2;
}
</style>
background-color css
<style>
a { background-color: #C598F2; }
a { background-color: rgb(197,152,242); }
div.DivClassName
{
background-color: #C598F2;
}
.BgClassName
{
background-color: #C598F2;
}
</style>
border-color css
<style>
span { border-color: #C598F2; }
span { border-color: rgb(197,152,242); }
td.TdClassName
{
border-color: #C598F2;
}
.TagClassName
{
border-color: #C598F2;
}
</style>