Shades of Wisteria #C17FE5
Tints of Wisteria #C17FE5
RGB
CMYK
RGB Variations
Color information
#C17FE5 (or 0xC17FE5) is known color: Wisteria. HEX triplet: C1, 7F and E5. RGB value is (193,127,229). Sum of RGB (Red+Green+Blue) = 193+127+229=549 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.15% from 549); Green value is 127 (50% from 255 or 23.13% from 549); Blue value is 229 (89.84% from 255 or 41.71% from 549); Max value from RGB is 229 - color contains mainly: blue. Hex color #C17FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17FE5 is #3E801A. Grayscale: #9E9E9E. Windows color (decimal): -4096027 or 15040449. OLE color: 15040449.
HSL color Cylindrical-coordinate representation of color #C17FE5: hue angle of 278.82º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C17FE5 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 127 | 229 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.10 |
| HSL | 278.82º | 0.66% | 0.7% | - |
| HSV(B) | 278.82º | 0.45% | 0.9% | - |
| XYZ | 43.72 | 32.17 | 78.03 | - |
| YUV | 158.36 | 167.87 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 127 | 229 | 0.16 | 0.45 | 0 | 0.10 | 278.82 | 0.66 | 0.7 |
| Hex | C1 | 7F | E5 | 10 | 2D | 0 | A | 117 | 42 | 46 |
| Octal | 301 | 177 | 345 | 20 | 55 | 0 | 12 | 427 | 102 | 106 |
| Binary | 11000001 | 1111111 | 11100101 | 10000 | 101101 | 0 | 1010 | 100010111 | 1000010 | 1000110 |
Color Harmonies of #C17FE5
Complementary color
Monochromatic Colors of #C17FE5
Black with #C17FE5
Text Example
Text Example
White with #C17FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17FE5; }
p { color: rgb(193,127,229); }
H1.HeaderClassName
{
color: #C17FE5;
}
.AnyTagClassName
{
color: #C17FE5;
}
</style>
background-color css
<style>
a { background-color: #C17FE5; }
a { background-color: rgb(193,127,229); }
div.DivClassName
{
background-color: #C17FE5;
}
.BgClassName
{
background-color: #C17FE5;
}
</style>
border-color css
<style>
span { border-color: #C17FE5; }
span { border-color: rgb(193,127,229); }
td.TdClassName
{
border-color: #C17FE5;
}
.TagClassName
{
border-color: #C17FE5;
}
</style>