Shades of Wisteria #C691FE
Tints of Wisteria #C691FE
RGB
CMYK
RGB Variations
Color information
#C691FE (or 0xC691FE) is known color: Wisteria. HEX triplet: C6, 91 and FE. RGB value is (198,145,254). Sum of RGB (Red+Green+Blue) = 198+145+254=597 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.17% from 597); Green value is 145 (57.03% from 255 or 24.29% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #C691FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C691FE is #396E01. Grayscale: #ACACAC. Windows color (decimal): -3763714 or 16683462. OLE color: 16683462.
HSL color Cylindrical-coordinate representation of color #C691FE: hue angle of 269.17º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C691FE is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 145 | 254 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.00 |
| HSL | 269.17º | 0.98% | 0.78% | - |
| HSV(B) | 269.17º | 0.43% | 1% | - |
| XYZ | 51.3 | 39.41 | 98.67 | - |
| YUV | 173.27 | 173.56 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 145 | 254 | 0.22 | 0.43 | 0 | 0.00 | 269.17 | 0.98 | 0.78 |
| Hex | C6 | 91 | FE | 16 | 2B | 0 | 0 | 10D | 62 | 4E |
| Octal | 306 | 221 | 376 | 26 | 53 | 0 | 0 | 415 | 142 | 116 |
| Binary | 11000110 | 10010001 | 11111110 | 10110 | 101011 | 0 | 0 | 100001101 | 1100010 | 1001110 |
Color Harmonies of #C691FE
Complementary color
Monochromatic Colors of #C691FE
Black with #C691FE
Text Example
Text Example
White with #C691FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C691FE; }
p { color: rgb(198,145,254); }
H1.HeaderClassName
{
color: #C691FE;
}
.AnyTagClassName
{
color: #C691FE;
}
</style>
background-color css
<style>
a { background-color: #C691FE; }
a { background-color: rgb(198,145,254); }
div.DivClassName
{
background-color: #C691FE;
}
.BgClassName
{
background-color: #C691FE;
}
</style>
border-color css
<style>
span { border-color: #C691FE; }
span { border-color: rgb(198,145,254); }
td.TdClassName
{
border-color: #C691FE;
}
.TagClassName
{
border-color: #C691FE;
}
</style>