Shades of Wisteria #C696FA
Tints of Wisteria #C696FA
RGB
CMYK
RGB Variations
Color information
#C696FA (or 0xC696FA) is known color: Wisteria. HEX triplet: C6, 96 and FA. RGB value is (198,150,250). Sum of RGB (Red+Green+Blue) = 198+150+250=598 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.11% from 598); Green value is 150 (58.98% from 255 or 25.08% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #C696FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C696FA is #396905. Grayscale: #AFAFAF. Windows color (decimal): -3762438 or 16422598. OLE color: 16422598.
HSL color Cylindrical-coordinate representation of color #C696FA: hue angle of 268.8º 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 #C696FA is Cyan = 0.21, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 150 | 250 | - |
| CMYK | 0.21 | 0.4 | 0 | 0.02 |
| HSL | 268.8º | 0.91% | 0.78% | - |
| HSV(B) | 268.8º | 0.4% | 0.98% | - |
| XYZ | 51.45 | 40.72 | 95.59 | - |
| YUV | 175.75 | 169.9 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 150 | 250 | 0.21 | 0.4 | 0 | 0.02 | 268.8 | 0.91 | 0.78 |
| Hex | C6 | 96 | FA | 15 | 28 | 0 | 2 | 10D | 5B | 4E |
| Octal | 306 | 226 | 372 | 25 | 50 | 0 | 2 | 415 | 133 | 116 |
| Binary | 11000110 | 10010110 | 11111010 | 10101 | 101000 | 0 | 10 | 100001101 | 1011011 | 1001110 |
Color Harmonies of #C696FA
Complementary color
Monochromatic Colors of #C696FA
Black with #C696FA
Text Example
Text Example
White with #C696FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C696FA; }
p { color: rgb(198,150,250); }
H1.HeaderClassName
{
color: #C696FA;
}
.AnyTagClassName
{
color: #C696FA;
}
</style>
background-color css
<style>
a { background-color: #C696FA; }
a { background-color: rgb(198,150,250); }
div.DivClassName
{
background-color: #C696FA;
}
.BgClassName
{
background-color: #C696FA;
}
</style>
border-color css
<style>
span { border-color: #C696FA; }
span { border-color: rgb(198,150,250); }
td.TdClassName
{
border-color: #C696FA;
}
.TagClassName
{
border-color: #C696FA;
}
</style>