Shades of Wisteria #C17FE1
Tints of Wisteria #C17FE1
RGB
CMYK
RGB Variations
Color information
#C17FE1 (or 0xC17FE1) is known color: Wisteria. HEX triplet: C1, 7F and E1. RGB value is (193,127,225). Sum of RGB (Red+Green+Blue) = 193+127+225=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 225 (88.28% from 255 or 41.28% from 545); Max value from RGB is 225 - color contains mainly: blue. Hex color #C17FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17FE1 is #3E801E. Grayscale: #9D9D9D. Windows color (decimal): -4096031 or 14778305. OLE color: 14778305.
HSL color Cylindrical-coordinate representation of color #C17FE1: hue angle of 280.41º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C17FE1 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 127 | 225 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.12 |
| HSL | 280.41º | 0.62% | 0.69% | - |
| HSV(B) | 280.41º | 0.44% | 0.88% | - |
| XYZ | 43.17 | 31.95 | 75.13 | - |
| YUV | 157.91 | 165.87 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 127 | 225 | 0.14 | 0.44 | 0 | 0.12 | 280.41 | 0.62 | 0.69 |
| Hex | C1 | 7F | E1 | E | 2C | 0 | C | 118 | 3E | 45 |
| Octal | 301 | 177 | 341 | 16 | 54 | 0 | 14 | 430 | 76 | 105 |
| Binary | 11000001 | 1111111 | 11100001 | 1110 | 101100 | 0 | 1100 | 100011000 | 111110 | 1000101 |
Color Harmonies of #C17FE1
Complementary color
Monochromatic Colors of #C17FE1
Black with #C17FE1
Text Example
Text Example
White with #C17FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17FE1; }
p { color: rgb(193,127,225); }
H1.HeaderClassName
{
color: #C17FE1;
}
.AnyTagClassName
{
color: #C17FE1;
}
</style>
background-color css
<style>
a { background-color: #C17FE1; }
a { background-color: rgb(193,127,225); }
div.DivClassName
{
background-color: #C17FE1;
}
.BgClassName
{
background-color: #C17FE1;
}
</style>
border-color css
<style>
span { border-color: #C17FE1; }
span { border-color: rgb(193,127,225); }
td.TdClassName
{
border-color: #C17FE1;
}
.TagClassName
{
border-color: #C17FE1;
}
</style>