Shades of Wisteria #C592F1
Tints of Wisteria #C592F1
RGB
CMYK
RGB Variations
Color information
#C592F1 (or 0xC592F1) is known color: Wisteria. HEX triplet: C5, 92 and F1. RGB value is (197,146,241). Sum of RGB (Red+Green+Blue) = 197+146+241=584 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.73% from 584); Green value is 146 (57.42% from 255 or 25% from 584); Blue value is 241 (94.53% from 255 or 41.27% from 584); Max value from RGB is 241 - color contains mainly: blue. Hex color #C592F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C592F1 is #3A6D0E. Grayscale: #ABABAB. Windows color (decimal): -3829007 or 15831749. OLE color: 15831749.
HSL color Cylindrical-coordinate representation of color #C592F1: hue angle of 272.21º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C592F1 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 146 | 241 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.05 |
| HSL | 272.21º | 0.77% | 0.76% | - |
| HSV(B) | 272.21º | 0.39% | 0.95% | - |
| XYZ | 49.18 | 38.78 | 88.11 | - |
| YUV | 172.08 | 166.9 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 241 | 0.18 | 0.39 | 0 | 0.05 | 272.21 | 0.77 | 0.76 |
| Hex | C5 | 92 | F1 | 12 | 27 | 0 | 5 | 110 | 4D | 4C |
| Octal | 305 | 222 | 361 | 22 | 47 | 0 | 5 | 420 | 115 | 114 |
| Binary | 11000101 | 10010010 | 11110001 | 10010 | 100111 | 0 | 101 | 100010000 | 1001101 | 1001100 |
Color Harmonies of #C592F1
Complementary color
Monochromatic Colors of #C592F1
Black with #C592F1
Text Example
Text Example
White with #C592F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C592F1; }
p { color: rgb(197,146,241); }
H1.HeaderClassName
{
color: #C592F1;
}
.AnyTagClassName
{
color: #C592F1;
}
</style>
background-color css
<style>
a { background-color: #C592F1; }
a { background-color: rgb(197,146,241); }
div.DivClassName
{
background-color: #C592F1;
}
.BgClassName
{
background-color: #C592F1;
}
</style>
border-color css
<style>
span { border-color: #C592F1; }
span { border-color: rgb(197,146,241); }
td.TdClassName
{
border-color: #C592F1;
}
.TagClassName
{
border-color: #C592F1;
}
</style>