Shades of Wisteria #C691DB
Tints of Wisteria #C691DB
RGB
CMYK
RGB Variations
Color information
#C691DB (or 0xC691DB) is known color: Wisteria. HEX triplet: C6, 91 and DB. RGB value is (198,145,219). Sum of RGB (Red+Green+Blue) = 198+145+219=562 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.23% from 562); Green value is 145 (57.03% from 255 or 25.80% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #C691DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C691DB is #396E24. Grayscale: #A9A9A9. Windows color (decimal): -3763749 or 14389702. OLE color: 14389702.
HSL color Cylindrical-coordinate representation of color #C691DB: hue angle of 282.97º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C691DB is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 145 | 219 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.14 |
| HSL | 282.97º | 0.51% | 0.71% | - |
| HSV(B) | 282.97º | 0.34% | 0.86% | - |
| XYZ | 46.2 | 37.37 | 71.8 | - |
| YUV | 169.28 | 156.06 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 145 | 219 | 0.10 | 0.34 | 0 | 0.14 | 282.97 | 0.51 | 0.71 |
| Hex | C6 | 91 | DB | A | 22 | 0 | E | 11B | 33 | 47 |
| Octal | 306 | 221 | 333 | 12 | 42 | 0 | 16 | 433 | 63 | 107 |
| Binary | 11000110 | 10010001 | 11011011 | 1010 | 100010 | 0 | 1110 | 100011011 | 110011 | 1000111 |
Color Harmonies of #C691DB
Complementary color
Monochromatic Colors of #C691DB
Black with #C691DB
Text Example
Text Example
White with #C691DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C691DB; }
p { color: rgb(198,145,219); }
H1.HeaderClassName
{
color: #C691DB;
}
.AnyTagClassName
{
color: #C691DB;
}
</style>
background-color css
<style>
a { background-color: #C691DB; }
a { background-color: rgb(198,145,219); }
div.DivClassName
{
background-color: #C691DB;
}
.BgClassName
{
background-color: #C691DB;
}
</style>
border-color css
<style>
span { border-color: #C691DB; }
span { border-color: rgb(198,145,219); }
td.TdClassName
{
border-color: #C691DB;
}
.TagClassName
{
border-color: #C691DB;
}
</style>