Shades of Wisteria #C691F5
Tints of Wisteria #C691F5
RGB
CMYK
RGB Variations
Color information
#C691F5 (or 0xC691F5) is known color: Wisteria. HEX triplet: C6, 91 and F5. RGB value is (198,145,245). Sum of RGB (Red+Green+Blue) = 198+145+245=588 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.67% from 588); Green value is 145 (57.03% from 255 or 24.66% from 588); Blue value is 245 (96.09% from 255 or 41.67% from 588); Max value from RGB is 245 - color contains mainly: blue. Hex color #C691F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C691F5 is #396E0A. Grayscale: #ABABAB. Windows color (decimal): -3763723 or 16093638. OLE color: 16093638.
HSL color Cylindrical-coordinate representation of color #C691F5: hue angle of 271.8º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C691F5 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 145 | 245 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.04 |
| HSL | 271.8º | 0.83% | 0.76% | - |
| HSV(B) | 271.8º | 0.41% | 0.96% | - |
| XYZ | 49.9 | 38.85 | 91.26 | - |
| YUV | 172.25 | 169.06 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 145 | 245 | 0.19 | 0.41 | 0 | 0.04 | 271.8 | 0.83 | 0.76 |
| Hex | C6 | 91 | F5 | 13 | 29 | 0 | 4 | 110 | 53 | 4C |
| Octal | 306 | 221 | 365 | 23 | 51 | 0 | 4 | 420 | 123 | 114 |
| Binary | 11000110 | 10010001 | 11110101 | 10011 | 101001 | 0 | 100 | 100010000 | 1010011 | 1001100 |
Color Harmonies of #C691F5
Complementary color
Monochromatic Colors of #C691F5
Black with #C691F5
Text Example
Text Example
White with #C691F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C691F5; }
p { color: rgb(198,145,245); }
H1.HeaderClassName
{
color: #C691F5;
}
.AnyTagClassName
{
color: #C691F5;
}
</style>
background-color css
<style>
a { background-color: #C691F5; }
a { background-color: rgb(198,145,245); }
div.DivClassName
{
background-color: #C691F5;
}
.BgClassName
{
background-color: #C691F5;
}
</style>
border-color css
<style>
span { border-color: #C691F5; }
span { border-color: rgb(198,145,245); }
td.TdClassName
{
border-color: #C691F5;
}
.TagClassName
{
border-color: #C691F5;
}
</style>