Shades of Wisteria #C17DDF
Tints of Wisteria #C17DDF
RGB
CMYK
RGB Variations
Color information
#C17DDF (or 0xC17DDF) is known color: Wisteria. HEX triplet: C1, 7D and DF. RGB value is (193,125,223). Sum of RGB (Red+Green+Blue) = 193+125+223=541 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.67% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #C17DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17DDF is #3E8220. Grayscale: #9C9C9C. Windows color (decimal): -4096545 or 14646721. OLE color: 14646721.
HSL color Cylindrical-coordinate representation of color #C17DDF: hue angle of 281.63º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C17DDF is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 125 | 223 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.13 |
| HSL | 281.63º | 0.6% | 0.68% | - |
| HSV(B) | 281.63º | 0.44% | 0.87% | - |
| XYZ | 42.65 | 31.33 | 73.61 | - |
| YUV | 156.5 | 165.53 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 125 | 223 | 0.13 | 0.44 | 0 | 0.13 | 281.63 | 0.6 | 0.68 |
| Hex | C1 | 7D | DF | D | 2C | 0 | D | 11A | 3C | 44 |
| Octal | 301 | 175 | 337 | 15 | 54 | 0 | 15 | 432 | 74 | 104 |
| Binary | 11000001 | 1111101 | 11011111 | 1101 | 101100 | 0 | 1101 | 100011010 | 111100 | 1000100 |
Color Harmonies of #C17DDF
Complementary color
Monochromatic Colors of #C17DDF
Black with #C17DDF
Text Example
Text Example
White with #C17DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17DDF; }
p { color: rgb(193,125,223); }
H1.HeaderClassName
{
color: #C17DDF;
}
.AnyTagClassName
{
color: #C17DDF;
}
</style>
background-color css
<style>
a { background-color: #C17DDF; }
a { background-color: rgb(193,125,223); }
div.DivClassName
{
background-color: #C17DDF;
}
.BgClassName
{
background-color: #C17DDF;
}
</style>
border-color css
<style>
span { border-color: #C17DDF; }
span { border-color: rgb(193,125,223); }
td.TdClassName
{
border-color: #C17DDF;
}
.TagClassName
{
border-color: #C17DDF;
}
</style>