Shades of Wisteria #C17DE3
Tints of Wisteria #C17DE3
RGB
CMYK
RGB Variations
Color information
#C17DE3 (or 0xC17DE3) is known color: Wisteria. HEX triplet: C1, 7D and E3. RGB value is (193,125,227). Sum of RGB (Red+Green+Blue) = 193+125+227=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 125 (49.22% from 255 or 22.94% from 545); Blue value is 227 (89.06% from 255 or 41.65% from 545); Max value from RGB is 227 - color contains mainly: blue. Hex color #C17DE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17DE3 is #3E821C. Grayscale: #9C9C9C. Windows color (decimal): -4096541 or 14908865. OLE color: 14908865.
HSL color Cylindrical-coordinate representation of color #C17DE3: hue angle of 280º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C17DE3 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 125 | 227 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.11 |
| HSL | 280º | 0.65% | 0.69% | - |
| HSV(B) | 280º | 0.45% | 0.89% | - |
| XYZ | 43.19 | 31.55 | 76.49 | - |
| YUV | 156.96 | 167.53 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 125 | 227 | 0.15 | 0.45 | 0 | 0.11 | 280 | 0.65 | 0.69 |
| Hex | C1 | 7D | E3 | F | 2D | 0 | B | 118 | 41 | 45 |
| Octal | 301 | 175 | 343 | 17 | 55 | 0 | 13 | 430 | 101 | 105 |
| Binary | 11000001 | 1111101 | 11100011 | 1111 | 101101 | 0 | 1011 | 100011000 | 1000001 | 1000101 |
Color Harmonies of #C17DE3
Complementary color
Monochromatic Colors of #C17DE3
Black with #C17DE3
Text Example
Text Example
White with #C17DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17DE3; }
p { color: rgb(193,125,227); }
H1.HeaderClassName
{
color: #C17DE3;
}
.AnyTagClassName
{
color: #C17DE3;
}
</style>
background-color css
<style>
a { background-color: #C17DE3; }
a { background-color: rgb(193,125,227); }
div.DivClassName
{
background-color: #C17DE3;
}
.BgClassName
{
background-color: #C17DE3;
}
</style>
border-color css
<style>
span { border-color: #C17DE3; }
span { border-color: rgb(193,125,227); }
td.TdClassName
{
border-color: #C17DE3;
}
.TagClassName
{
border-color: #C17DE3;
}
</style>