Shades of Wisteria #C17DDB
Tints of Wisteria #C17DDB
RGB
CMYK
RGB Variations
Color information
#C17DDB (or 0xC17DDB) is known color: Wisteria. HEX triplet: C1, 7D and DB. RGB value is (193,125,219). Sum of RGB (Red+Green+Blue) = 193+125+219=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #C17DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17DDB is #3E8224. Grayscale: #9B9B9B. Windows color (decimal): -4096549 or 14384577. OLE color: 14384577.
HSL color Cylindrical-coordinate representation of color #C17DDB: hue angle of 283.4º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C17DDB is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 125 | 219 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.14 |
| HSL | 283.4º | 0.57% | 0.67% | - |
| HSV(B) | 283.4º | 0.43% | 0.86% | - |
| XYZ | 42.11 | 31.12 | 70.8 | - |
| YUV | 156.05 | 163.53 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 125 | 219 | 0.12 | 0.43 | 0 | 0.14 | 283.4 | 0.57 | 0.67 |
| Hex | C1 | 7D | DB | C | 2B | 0 | E | 11B | 39 | 43 |
| Octal | 301 | 175 | 333 | 14 | 53 | 0 | 16 | 433 | 71 | 103 |
| Binary | 11000001 | 1111101 | 11011011 | 1100 | 101011 | 0 | 1110 | 100011011 | 111001 | 1000011 |
Color Harmonies of #C17DDB
Complementary color
Monochromatic Colors of #C17DDB
Black with #C17DDB
Text Example
Text Example
White with #C17DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17DDB; }
p { color: rgb(193,125,219); }
H1.HeaderClassName
{
color: #C17DDB;
}
.AnyTagClassName
{
color: #C17DDB;
}
</style>
background-color css
<style>
a { background-color: #C17DDB; }
a { background-color: rgb(193,125,219); }
div.DivClassName
{
background-color: #C17DDB;
}
.BgClassName
{
background-color: #C17DDB;
}
</style>
border-color css
<style>
span { border-color: #C17DDB; }
span { border-color: rgb(193,125,219); }
td.TdClassName
{
border-color: #C17DDB;
}
.TagClassName
{
border-color: #C17DDB;
}
</style>