Shades of Wisteria #C691D8
Tints of Wisteria #C691D8
RGB
CMYK
RGB Variations
Color information
#C691D8 (or 0xC691D8) is known color: Wisteria. HEX triplet: C6, 91 and D8. RGB value is (198,145,216). Sum of RGB (Red+Green+Blue) = 198+145+216=559 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.42% from 559); Green value is 145 (57.03% from 255 or 25.94% from 559); Blue value is 216 (84.77% from 255 or 38.64% from 559); Max value from RGB is 216 - color contains mainly: blue. Hex color #C691D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C691D8 is #396E27. Grayscale: #A8A8A8. Windows color (decimal): -3763752 or 14193094. OLE color: 14193094.
HSL color Cylindrical-coordinate representation of color #C691D8: hue angle of 284.79º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C691D8 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 145 | 216 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.15 |
| HSL | 284.79º | 0.48% | 0.71% | - |
| HSV(B) | 284.79º | 0.33% | 0.85% | - |
| XYZ | 45.81 | 37.21 | 69.73 | - |
| YUV | 168.94 | 154.56 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 145 | 216 | 0.08 | 0.33 | 0 | 0.15 | 284.79 | 0.48 | 0.71 |
| Hex | C6 | 91 | D8 | 8 | 21 | 0 | F | 11D | 30 | 47 |
| Octal | 306 | 221 | 330 | 10 | 41 | 0 | 17 | 435 | 60 | 107 |
| Binary | 11000110 | 10010001 | 11011000 | 1000 | 100001 | 0 | 1111 | 100011101 | 110000 | 1000111 |
Color Harmonies of #C691D8
Complementary color
Monochromatic Colors of #C691D8
Black with #C691D8
Text Example
Text Example
White with #C691D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C691D8; }
p { color: rgb(198,145,216); }
H1.HeaderClassName
{
color: #C691D8;
}
.AnyTagClassName
{
color: #C691D8;
}
</style>
background-color css
<style>
a { background-color: #C691D8; }
a { background-color: rgb(198,145,216); }
div.DivClassName
{
background-color: #C691D8;
}
.BgClassName
{
background-color: #C691D8;
}
</style>
border-color css
<style>
span { border-color: #C691D8; }
span { border-color: rgb(198,145,216); }
td.TdClassName
{
border-color: #C691D8;
}
.TagClassName
{
border-color: #C691D8;
}
</style>