Shades of Wisteria #C695EC
Tints of Wisteria #C695EC
RGB
CMYK
RGB Variations
Color information
#C695EC (or 0xC695EC) is known color: Wisteria. HEX triplet: C6, 95 and EC. RGB value is (198,149,236). Sum of RGB (Red+Green+Blue) = 198+149+236=583 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.96% from 583); Green value is 149 (58.59% from 255 or 25.56% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: blue. Hex color #C695EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C695EC is #396A13. Grayscale: #ADADAD. Windows color (decimal): -3762708 or 15504838. OLE color: 15504838.
HSL color Cylindrical-coordinate representation of color #C695EC: hue angle of 273.79º 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 #C695EC is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 149 | 236 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.07 |
| HSL | 273.79º | 0.7% | 0.75% | - |
| HSV(B) | 273.79º | 0.37% | 0.93% | - |
| XYZ | 49.18 | 39.56 | 84.4 | - |
| YUV | 173.57 | 163.23 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 149 | 236 | 0.16 | 0.37 | 0 | 0.07 | 273.79 | 0.7 | 0.75 |
| Hex | C6 | 95 | EC | 10 | 25 | 0 | 7 | 112 | 46 | 4B |
| Octal | 306 | 225 | 354 | 20 | 45 | 0 | 7 | 422 | 106 | 113 |
| Binary | 11000110 | 10010101 | 11101100 | 10000 | 100101 | 0 | 111 | 100010010 | 1000110 | 1001011 |
Color Harmonies of #C695EC
Complementary color
Monochromatic Colors of #C695EC
Black with #C695EC
Text Example
Text Example
White with #C695EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C695EC; }
p { color: rgb(198,149,236); }
H1.HeaderClassName
{
color: #C695EC;
}
.AnyTagClassName
{
color: #C695EC;
}
</style>
background-color css
<style>
a { background-color: #C695EC; }
a { background-color: rgb(198,149,236); }
div.DivClassName
{
background-color: #C695EC;
}
.BgClassName
{
background-color: #C695EC;
}
</style>
border-color css
<style>
span { border-color: #C695EC; }
span { border-color: rgb(198,149,236); }
td.TdClassName
{
border-color: #C695EC;
}
.TagClassName
{
border-color: #C695EC;
}
</style>