Shades of Wisteria #C17CE0
Tints of Wisteria #C17CE0
RGB
CMYK
RGB Variations
Color information
#C17CE0 (or 0xC17CE0) is known color: Wisteria. HEX triplet: C1, 7C and E0. RGB value is (193,124,224). Sum of RGB (Red+Green+Blue) = 193+124+224=541 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.67% from 541); Green value is 124 (48.83% from 255 or 22.92% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: blue. Hex color #C17CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17CE0 is #3E831F. Grayscale: #9B9B9B. Windows color (decimal): -4096800 or 14712001. OLE color: 14712001.
HSL color Cylindrical-coordinate representation of color #C17CE0: hue angle of 281.4º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C17CE0 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 124 | 224 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.12 |
| HSL | 281.4º | 0.62% | 0.68% | - |
| HSV(B) | 281.4º | 0.45% | 0.88% | - |
| XYZ | 42.65 | 31.13 | 74.28 | - |
| YUV | 156.03 | 166.36 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 124 | 224 | 0.14 | 0.45 | 0 | 0.12 | 281.4 | 0.62 | 0.68 |
| Hex | C1 | 7C | E0 | E | 2D | 0 | C | 119 | 3E | 44 |
| Octal | 301 | 174 | 340 | 16 | 55 | 0 | 14 | 431 | 76 | 104 |
| Binary | 11000001 | 1111100 | 11100000 | 1110 | 101101 | 0 | 1100 | 100011001 | 111110 | 1000100 |
Color Harmonies of #C17CE0
Complementary color
Monochromatic Colors of #C17CE0
Black with #C17CE0
Text Example
Text Example
White with #C17CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17CE0; }
p { color: rgb(193,124,224); }
H1.HeaderClassName
{
color: #C17CE0;
}
.AnyTagClassName
{
color: #C17CE0;
}
</style>
background-color css
<style>
a { background-color: #C17CE0; }
a { background-color: rgb(193,124,224); }
div.DivClassName
{
background-color: #C17CE0;
}
.BgClassName
{
background-color: #C17CE0;
}
</style>
border-color css
<style>
span { border-color: #C17CE0; }
span { border-color: rgb(193,124,224); }
td.TdClassName
{
border-color: #C17CE0;
}
.TagClassName
{
border-color: #C17CE0;
}
</style>