Shades of Wisteria #C595FA
Tints of Wisteria #C595FA
RGB
CMYK
RGB Variations
Color information
#C595FA (or 0xC595FA) is known color: Wisteria. HEX triplet: C5, 95 and FA. RGB value is (197,149,250). Sum of RGB (Red+Green+Blue) = 197+149+250=596 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.05% from 596); Green value is 149 (58.59% from 255 or 25% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #C595FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C595FA is #3A6A05. Grayscale: #AEAEAE. Windows color (decimal): -3828230 or 16422341. OLE color: 16422341.
HSL color Cylindrical-coordinate representation of color #C595FA: hue angle of 268.51º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C595FA is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 149 | 250 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.02 |
| HSL | 268.51º | 0.91% | 0.78% | - |
| HSV(B) | 268.51º | 0.4% | 0.98% | - |
| XYZ | 51.03 | 40.27 | 95.53 | - |
| YUV | 174.87 | 170.4 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 250 | 0.21 | 0.40 | 0 | 0.02 | 268.51 | 0.91 | 0.78 |
| Hex | C5 | 95 | FA | 15 | 28 | 0 | 2 | 10D | 5B | 4E |
| Octal | 305 | 225 | 372 | 25 | 50 | 0 | 2 | 415 | 133 | 116 |
| Binary | 11000101 | 10010101 | 11111010 | 10101 | 101000 | 0 | 10 | 100001101 | 1011011 | 1001110 |
Color Harmonies of #C595FA
Complementary color
Monochromatic Colors of #C595FA
Black with #C595FA
Text Example
Text Example
White with #C595FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C595FA; }
p { color: rgb(197,149,250); }
H1.HeaderClassName
{
color: #C595FA;
}
.AnyTagClassName
{
color: #C595FA;
}
</style>
background-color css
<style>
a { background-color: #C595FA; }
a { background-color: rgb(197,149,250); }
div.DivClassName
{
background-color: #C595FA;
}
.BgClassName
{
background-color: #C595FA;
}
</style>
border-color css
<style>
span { border-color: #C595FA; }
span { border-color: rgb(197,149,250); }
td.TdClassName
{
border-color: #C595FA;
}
.TagClassName
{
border-color: #C595FA;
}
</style>