Shades of Wisteria #C17FE3
Tints of Wisteria #C17FE3
RGB
CMYK
RGB Variations
Color information
#C17FE3 (or 0xC17FE3) is known color: Wisteria. HEX triplet: C1, 7F and E3. RGB value is (193,127,227). Sum of RGB (Red+Green+Blue) = 193+127+227=547 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.28% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 227 (89.06% from 255 or 41.50% from 547); Max value from RGB is 227 - color contains mainly: blue. Hex color #C17FE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17FE3 is #3E801C. Grayscale: #9D9D9D. Windows color (decimal): -4096029 or 14909377. OLE color: 14909377.
HSL color Cylindrical-coordinate representation of color #C17FE3: hue angle of 279.6º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C17FE3 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 127 | 227 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.11 |
| HSL | 279.6º | 0.64% | 0.69% | - |
| HSV(B) | 279.6º | 0.44% | 0.89% | - |
| XYZ | 43.45 | 32.06 | 76.57 | - |
| YUV | 158.13 | 166.87 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 127 | 227 | 0.15 | 0.44 | 0 | 0.11 | 279.6 | 0.64 | 0.69 |
| Hex | C1 | 7F | E3 | F | 2C | 0 | B | 118 | 40 | 45 |
| Octal | 301 | 177 | 343 | 17 | 54 | 0 | 13 | 430 | 100 | 105 |
| Binary | 11000001 | 1111111 | 11100011 | 1111 | 101100 | 0 | 1011 | 100011000 | 1000000 | 1000101 |
Color Harmonies of #C17FE3
Complementary color
Monochromatic Colors of #C17FE3
Black with #C17FE3
Text Example
Text Example
White with #C17FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17FE3; }
p { color: rgb(193,127,227); }
H1.HeaderClassName
{
color: #C17FE3;
}
.AnyTagClassName
{
color: #C17FE3;
}
</style>
background-color css
<style>
a { background-color: #C17FE3; }
a { background-color: rgb(193,127,227); }
div.DivClassName
{
background-color: #C17FE3;
}
.BgClassName
{
background-color: #C17FE3;
}
</style>
border-color css
<style>
span { border-color: #C17FE3; }
span { border-color: rgb(193,127,227); }
td.TdClassName
{
border-color: #C17FE3;
}
.TagClassName
{
border-color: #C17FE3;
}
</style>