Shades of Wisteria #C694EC
Tints of Wisteria #C694EC
RGB
CMYK
RGB Variations
Color information
#C694EC (or 0xC694EC) is known color: Wisteria. HEX triplet: C6, 94 and EC. RGB value is (198,148,236). Sum of RGB (Red+Green+Blue) = 198+148+236=582 (77% of max value = 765). Red value is 198 (77.73% from 255 or 34.02% from 582); Green value is 148 (58.20% from 255 or 25.43% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: blue. Hex color #C694EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C694EC is #396B13. Grayscale: #ACACAC. Windows color (decimal): -3762964 or 15504582. OLE color: 15504582.
HSL color Cylindrical-coordinate representation of color #C694EC: hue angle of 274.09º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C694EC is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 148 | 236 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.07 |
| HSL | 274.09º | 0.7% | 0.75% | - |
| HSV(B) | 274.09º | 0.37% | 0.93% | - |
| XYZ | 49.02 | 39.24 | 84.35 | - |
| YUV | 172.98 | 163.57 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 148 | 236 | 0.16 | 0.37 | 0 | 0.07 | 274.09 | 0.7 | 0.75 |
| Hex | C6 | 94 | EC | 10 | 25 | 0 | 7 | 112 | 46 | 4B |
| Octal | 306 | 224 | 354 | 20 | 45 | 0 | 7 | 422 | 106 | 113 |
| Binary | 11000110 | 10010100 | 11101100 | 10000 | 100101 | 0 | 111 | 100010010 | 1000110 | 1001011 |
Color Harmonies of #C694EC
Complementary color
Monochromatic Colors of #C694EC
Black with #C694EC
Text Example
Text Example
White with #C694EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C694EC; }
p { color: rgb(198,148,236); }
H1.HeaderClassName
{
color: #C694EC;
}
.AnyTagClassName
{
color: #C694EC;
}
</style>
background-color css
<style>
a { background-color: #C694EC; }
a { background-color: rgb(198,148,236); }
div.DivClassName
{
background-color: #C694EC;
}
.BgClassName
{
background-color: #C694EC;
}
</style>
border-color css
<style>
span { border-color: #C694EC; }
span { border-color: rgb(198,148,236); }
td.TdClassName
{
border-color: #C694EC;
}
.TagClassName
{
border-color: #C694EC;
}
</style>