Shades of Wisteria #C595FC
Tints of Wisteria #C595FC
RGB
CMYK
RGB Variations
Color information
#C595FC (or 0xC595FC) is known color: Wisteria. HEX triplet: C5, 95 and FC. RGB value is (197,149,252). Sum of RGB (Red+Green+Blue) = 197+149+252=598 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.94% from 598); Green value is 149 (58.59% from 255 or 24.92% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #C595FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C595FC is #3A6A03. Grayscale: #AEAEAE. Windows color (decimal): -3828228 or 16553413. OLE color: 16553413.
HSL color Cylindrical-coordinate representation of color #C595FC: hue angle of 267.96º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C595FC is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 149 | 252 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.01 |
| HSL | 267.96º | 0.94% | 0.79% | - |
| HSV(B) | 267.96º | 0.41% | 0.99% | - |
| XYZ | 51.34 | 40.39 | 97.19 | - |
| YUV | 175.09 | 171.4 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 252 | 0.22 | 0.41 | 0 | 0.01 | 267.96 | 0.94 | 0.79 |
| Hex | C5 | 95 | FC | 16 | 29 | 0 | 1 | 10C | 5E | 4F |
| Octal | 305 | 225 | 374 | 26 | 51 | 0 | 1 | 414 | 136 | 117 |
| Binary | 11000101 | 10010101 | 11111100 | 10110 | 101001 | 0 | 1 | 100001100 | 1011110 | 1001111 |
Color Harmonies of #C595FC
Complementary color
Monochromatic Colors of #C595FC
Black with #C595FC
Text Example
Text Example
White with #C595FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C595FC; }
p { color: rgb(197,149,252); }
H1.HeaderClassName
{
color: #C595FC;
}
.AnyTagClassName
{
color: #C595FC;
}
</style>
background-color css
<style>
a { background-color: #C595FC; }
a { background-color: rgb(197,149,252); }
div.DivClassName
{
background-color: #C595FC;
}
.BgClassName
{
background-color: #C595FC;
}
</style>
border-color css
<style>
span { border-color: #C595FC; }
span { border-color: rgb(197,149,252); }
td.TdClassName
{
border-color: #C595FC;
}
.TagClassName
{
border-color: #C595FC;
}
</style>