Shades of Wisteria #C17FEA
Tints of Wisteria #C17FEA
RGB
CMYK
RGB Variations
Color information
#C17FEA (or 0xC17FEA) is known color: Wisteria. HEX triplet: C1, 7F and EA. RGB value is (193,127,234). Sum of RGB (Red+Green+Blue) = 193+127+234=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 127 (50% from 255 or 22.92% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #C17FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17FEA is #3E8015. Grayscale: #9E9E9E. Windows color (decimal): -4096022 or 15368129. OLE color: 15368129.
HSL color Cylindrical-coordinate representation of color #C17FEA: hue angle of 277.01º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C17FEA is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 127 | 234 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.08 |
| HSL | 277.01º | 0.72% | 0.71% | - |
| HSV(B) | 277.01º | 0.46% | 0.92% | - |
| XYZ | 44.43 | 32.46 | 81.76 | - |
| YUV | 158.93 | 170.37 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 127 | 234 | 0.18 | 0.46 | 0 | 0.08 | 277.01 | 0.72 | 0.71 |
| Hex | C1 | 7F | EA | 12 | 2E | 0 | 8 | 115 | 48 | 47 |
| Octal | 301 | 177 | 352 | 22 | 56 | 0 | 10 | 425 | 110 | 107 |
| Binary | 11000001 | 1111111 | 11101010 | 10010 | 101110 | 0 | 1000 | 100010101 | 1001000 | 1000111 |
Color Harmonies of #C17FEA
Complementary color
Monochromatic Colors of #C17FEA
Black with #C17FEA
Text Example
Text Example
White with #C17FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17FEA; }
p { color: rgb(193,127,234); }
H1.HeaderClassName
{
color: #C17FEA;
}
.AnyTagClassName
{
color: #C17FEA;
}
</style>
background-color css
<style>
a { background-color: #C17FEA; }
a { background-color: rgb(193,127,234); }
div.DivClassName
{
background-color: #C17FEA;
}
.BgClassName
{
background-color: #C17FEA;
}
</style>
border-color css
<style>
span { border-color: #C17FEA; }
span { border-color: rgb(193,127,234); }
td.TdClassName
{
border-color: #C17FEA;
}
.TagClassName
{
border-color: #C17FEA;
}
</style>