Shades of Wisteria #C17CE4
Tints of Wisteria #C17CE4
RGB
CMYK
RGB Variations
Color information
#C17CE4 (or 0xC17CE4) is known color: Wisteria. HEX triplet: C1, 7C and E4. RGB value is (193,124,228). Sum of RGB (Red+Green+Blue) = 193+124+228=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 124 (48.83% from 255 or 22.75% from 545); Blue value is 228 (89.45% from 255 or 41.83% from 545); Max value from RGB is 228 - color contains mainly: blue. Hex color #C17CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17CE4 is #3E831B. Grayscale: #9C9C9C. Windows color (decimal): -4096796 or 14974145. OLE color: 14974145.
HSL color Cylindrical-coordinate representation of color #C17CE4: hue angle of 279.81º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C17CE4 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 124 | 228 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.11 |
| HSL | 279.81º | 0.66% | 0.69% | - |
| HSV(B) | 279.81º | 0.46% | 0.89% | - |
| XYZ | 43.2 | 31.35 | 77.17 | - |
| YUV | 156.49 | 168.36 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 124 | 228 | 0.15 | 0.46 | 0 | 0.11 | 279.81 | 0.66 | 0.69 |
| Hex | C1 | 7C | E4 | F | 2E | 0 | B | 118 | 42 | 45 |
| Octal | 301 | 174 | 344 | 17 | 56 | 0 | 13 | 430 | 102 | 105 |
| Binary | 11000001 | 1111100 | 11100100 | 1111 | 101110 | 0 | 1011 | 100011000 | 1000010 | 1000101 |
Color Harmonies of #C17CE4
Complementary color
Monochromatic Colors of #C17CE4
Black with #C17CE4
Text Example
Text Example
White with #C17CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17CE4; }
p { color: rgb(193,124,228); }
H1.HeaderClassName
{
color: #C17CE4;
}
.AnyTagClassName
{
color: #C17CE4;
}
</style>
background-color css
<style>
a { background-color: #C17CE4; }
a { background-color: rgb(193,124,228); }
div.DivClassName
{
background-color: #C17CE4;
}
.BgClassName
{
background-color: #C17CE4;
}
</style>
border-color css
<style>
span { border-color: #C17CE4; }
span { border-color: rgb(193,124,228); }
td.TdClassName
{
border-color: #C17CE4;
}
.TagClassName
{
border-color: #C17CE4;
}
</style>