Shades of Wisteria #C695ED
Tints of Wisteria #C695ED
RGB
CMYK
RGB Variations
Color information
#C695ED (or 0xC695ED) is known color: Wisteria. HEX triplet: C6, 95 and ED. RGB value is (198,149,237). Sum of RGB (Red+Green+Blue) = 198+149+237=584 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.90% from 584); Green value is 149 (58.59% from 255 or 25.51% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 237 - color contains mainly: blue. Hex color #C695ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C695ED is #396A12. Grayscale: #ADADAD. Windows color (decimal): -3762707 or 15570374. OLE color: 15570374.
HSL color Cylindrical-coordinate representation of color #C695ED: hue angle of 273.41º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C695ED is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 149 | 237 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.07 |
| HSL | 273.41º | 0.71% | 0.76% | - |
| HSV(B) | 273.41º | 0.37% | 0.93% | - |
| XYZ | 49.32 | 39.62 | 85.17 | - |
| YUV | 173.68 | 163.73 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 149 | 237 | 0.16 | 0.37 | 0 | 0.07 | 273.41 | 0.71 | 0.76 |
| Hex | C6 | 95 | ED | 10 | 25 | 0 | 7 | 111 | 47 | 4C |
| Octal | 306 | 225 | 355 | 20 | 45 | 0 | 7 | 421 | 107 | 114 |
| Binary | 11000110 | 10010101 | 11101101 | 10000 | 100101 | 0 | 111 | 100010001 | 1000111 | 1001100 |
Color Harmonies of #C695ED
Complementary color
Monochromatic Colors of #C695ED
Black with #C695ED
Text Example
Text Example
White with #C695ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C695ED; }
p { color: rgb(198,149,237); }
H1.HeaderClassName
{
color: #C695ED;
}
.AnyTagClassName
{
color: #C695ED;
}
</style>
background-color css
<style>
a { background-color: #C695ED; }
a { background-color: rgb(198,149,237); }
div.DivClassName
{
background-color: #C695ED;
}
.BgClassName
{
background-color: #C695ED;
}
</style>
border-color css
<style>
span { border-color: #C695ED; }
span { border-color: rgb(198,149,237); }
td.TdClassName
{
border-color: #C695ED;
}
.TagClassName
{
border-color: #C695ED;
}
</style>