Shades of Wisteria #C695E1
Tints of Wisteria #C695E1
RGB
CMYK
RGB Variations
Color information
#C695E1 (or 0xC695E1) is known color: Wisteria. HEX triplet: C6, 95 and E1. RGB value is (198,149,225). Sum of RGB (Red+Green+Blue) = 198+149+225=572 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.62% from 572); Green value is 149 (58.59% from 255 or 26.05% from 572); Blue value is 225 (88.28% from 255 or 39.34% from 572); Max value from RGB is 225 - color contains mainly: blue. Hex color #C695E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C695E1 is #396A1E. Grayscale: #ACACAC. Windows color (decimal): -3762719 or 14783942. OLE color: 14783942.
HSL color Cylindrical-coordinate representation of color #C695E1: hue angle of 278.68º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C695E1 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 149 | 225 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.12 |
| HSL | 278.68º | 0.56% | 0.73% | - |
| HSV(B) | 278.68º | 0.34% | 0.88% | - |
| XYZ | 47.63 | 38.94 | 76.24 | - |
| YUV | 172.32 | 157.73 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 149 | 225 | 0.12 | 0.34 | 0 | 0.12 | 278.68 | 0.56 | 0.73 |
| Hex | C6 | 95 | E1 | C | 22 | 0 | C | 117 | 38 | 49 |
| Octal | 306 | 225 | 341 | 14 | 42 | 0 | 14 | 427 | 70 | 111 |
| Binary | 11000110 | 10010101 | 11100001 | 1100 | 100010 | 0 | 1100 | 100010111 | 111000 | 1001001 |
Color Harmonies of #C695E1
Complementary color
Monochromatic Colors of #C695E1
Black with #C695E1
Text Example
Text Example
White with #C695E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C695E1; }
p { color: rgb(198,149,225); }
H1.HeaderClassName
{
color: #C695E1;
}
.AnyTagClassName
{
color: #C695E1;
}
</style>
background-color css
<style>
a { background-color: #C695E1; }
a { background-color: rgb(198,149,225); }
div.DivClassName
{
background-color: #C695E1;
}
.BgClassName
{
background-color: #C695E1;
}
</style>
border-color css
<style>
span { border-color: #C695E1; }
span { border-color: rgb(198,149,225); }
td.TdClassName
{
border-color: #C695E1;
}
.TagClassName
{
border-color: #C695E1;
}
</style>