Shades of Wisteria #C695D9
Tints of Wisteria #C695D9
RGB
CMYK
RGB Variations
Color information
#C695D9 (or 0xC695D9) is known color: Wisteria. HEX triplet: C6, 95 and D9. RGB value is (198,149,217). Sum of RGB (Red+Green+Blue) = 198+149+217=564 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.11% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 217 (85.16% from 255 or 38.48% from 564); Max value from RGB is 217 - color contains mainly: blue. Hex color #C695D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C695D9 is #396A26. Grayscale: #ABABAB. Windows color (decimal): -3762727 or 14259654. OLE color: 14259654.
HSL color Cylindrical-coordinate representation of color #C695D9: hue angle of 283.24º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C695D9 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 149 | 217 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.15 |
| HSL | 283.24º | 0.47% | 0.72% | - |
| HSV(B) | 283.24º | 0.31% | 0.85% | - |
| XYZ | 46.56 | 38.51 | 70.62 | - |
| YUV | 171.4 | 153.73 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 149 | 217 | 0.09 | 0.31 | 0 | 0.15 | 283.24 | 0.47 | 0.72 |
| Hex | C6 | 95 | D9 | 9 | 1F | 0 | F | 11B | 2F | 48 |
| Octal | 306 | 225 | 331 | 11 | 37 | 0 | 17 | 433 | 57 | 110 |
| Binary | 11000110 | 10010101 | 11011001 | 1001 | 11111 | 0 | 1111 | 100011011 | 101111 | 1001000 |
Color Harmonies of #C695D9
Complementary color
Monochromatic Colors of #C695D9
Black with #C695D9
Text Example
Text Example
White with #C695D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C695D9; }
p { color: rgb(198,149,217); }
H1.HeaderClassName
{
color: #C695D9;
}
.AnyTagClassName
{
color: #C695D9;
}
</style>
background-color css
<style>
a { background-color: #C695D9; }
a { background-color: rgb(198,149,217); }
div.DivClassName
{
background-color: #C695D9;
}
.BgClassName
{
background-color: #C695D9;
}
</style>
border-color css
<style>
span { border-color: #C695D9; }
span { border-color: rgb(198,149,217); }
td.TdClassName
{
border-color: #C695D9;
}
.TagClassName
{
border-color: #C695D9;
}
</style>