Shades of Wisteria #C592F9
Tints of Wisteria #C592F9
RGB
CMYK
RGB Variations
Color information
#C592F9 (or 0xC592F9) is known color: Wisteria. HEX triplet: C5, 92 and F9. RGB value is (197,146,249). Sum of RGB (Red+Green+Blue) = 197+146+249=592 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.28% from 592); Green value is 146 (57.42% from 255 or 24.66% from 592); Blue value is 249 (97.66% from 255 or 42.06% from 592); Max value from RGB is 249 - color contains mainly: blue. Hex color #C592F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C592F9 is #3A6D06. Grayscale: #ACACAC. Windows color (decimal): -3828999 or 16356037. OLE color: 16356037.
HSL color Cylindrical-coordinate representation of color #C592F9: hue angle of 269.71º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C592F9 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 146 | 249 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.02 |
| HSL | 269.71º | 0.9% | 0.77% | - |
| HSV(B) | 269.71º | 0.41% | 0.98% | - |
| XYZ | 50.4 | 39.27 | 94.55 | - |
| YUV | 172.99 | 170.9 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 249 | 0.21 | 0.41 | 0 | 0.02 | 269.71 | 0.9 | 0.77 |
| Hex | C5 | 92 | F9 | 15 | 29 | 0 | 2 | 10E | 5A | 4D |
| Octal | 305 | 222 | 371 | 25 | 51 | 0 | 2 | 416 | 132 | 115 |
| Binary | 11000101 | 10010010 | 11111001 | 10101 | 101001 | 0 | 10 | 100001110 | 1011010 | 1001101 |
Color Harmonies of #C592F9
Complementary color
Monochromatic Colors of #C592F9
Black with #C592F9
Text Example
Text Example
White with #C592F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C592F9; }
p { color: rgb(197,146,249); }
H1.HeaderClassName
{
color: #C592F9;
}
.AnyTagClassName
{
color: #C592F9;
}
</style>
background-color css
<style>
a { background-color: #C592F9; }
a { background-color: rgb(197,146,249); }
div.DivClassName
{
background-color: #C592F9;
}
.BgClassName
{
background-color: #C592F9;
}
</style>
border-color css
<style>
span { border-color: #C592F9; }
span { border-color: rgb(197,146,249); }
td.TdClassName
{
border-color: #C592F9;
}
.TagClassName
{
border-color: #C592F9;
}
</style>