Shades of Wisteria #C594FA
Tints of Wisteria #C594FA
RGB
CMYK
RGB Variations
Color information
#C594FA (or 0xC594FA) is known color: Wisteria. HEX triplet: C5, 94 and FA. RGB value is (197,148,250). Sum of RGB (Red+Green+Blue) = 197+148+250=595 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.11% from 595); Green value is 148 (58.20% from 255 or 24.87% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #C594FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C594FA is #3A6B05. Grayscale: #ADADAD. Windows color (decimal): -3828486 or 16422085. OLE color: 16422085.
HSL color Cylindrical-coordinate representation of color #C594FA: hue angle of 268.82º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C594FA is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 148 | 250 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.02 |
| HSL | 268.82º | 0.91% | 0.78% | - |
| HSV(B) | 268.82º | 0.41% | 0.98% | - |
| XYZ | 50.87 | 39.95 | 95.47 | - |
| YUV | 174.28 | 170.73 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 148 | 250 | 0.21 | 0.41 | 0 | 0.02 | 268.82 | 0.91 | 0.78 |
| Hex | C5 | 94 | FA | 15 | 29 | 0 | 2 | 10D | 5B | 4E |
| Octal | 305 | 224 | 372 | 25 | 51 | 0 | 2 | 415 | 133 | 116 |
| Binary | 11000101 | 10010100 | 11111010 | 10101 | 101001 | 0 | 10 | 100001101 | 1011011 | 1001110 |
Color Harmonies of #C594FA
Complementary color
Monochromatic Colors of #C594FA
Black with #C594FA
Text Example
Text Example
White with #C594FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C594FA; }
p { color: rgb(197,148,250); }
H1.HeaderClassName
{
color: #C594FA;
}
.AnyTagClassName
{
color: #C594FA;
}
</style>
background-color css
<style>
a { background-color: #C594FA; }
a { background-color: rgb(197,148,250); }
div.DivClassName
{
background-color: #C594FA;
}
.BgClassName
{
background-color: #C594FA;
}
</style>
border-color css
<style>
span { border-color: #C594FA; }
span { border-color: rgb(197,148,250); }
td.TdClassName
{
border-color: #C594FA;
}
.TagClassName
{
border-color: #C594FA;
}
</style>