Shades of Wisteria #C17FDC
Tints of Wisteria #C17FDC
RGB
CMYK
RGB Variations
Color information
#C17FDC (or 0xC17FDC) is known color: Wisteria. HEX triplet: C1, 7F and DC. RGB value is (193,127,220). Sum of RGB (Red+Green+Blue) = 193+127+220=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 127 (50% from 255 or 23.52% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #C17FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17FDC is #3E8023. Grayscale: #9D9D9D. Windows color (decimal): -4096036 or 14450625. OLE color: 14450625.
HSL color Cylindrical-coordinate representation of color #C17FDC: hue angle of 282.58º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C17FDC is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 127 | 220 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.14 |
| HSL | 282.58º | 0.57% | 0.68% | - |
| HSV(B) | 282.58º | 0.42% | 0.86% | - |
| XYZ | 42.5 | 31.68 | 71.59 | - |
| YUV | 157.34 | 163.37 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 127 | 220 | 0.12 | 0.42 | 0 | 0.14 | 282.58 | 0.57 | 0.68 |
| Hex | C1 | 7F | DC | C | 2A | 0 | E | 11B | 39 | 44 |
| Octal | 301 | 177 | 334 | 14 | 52 | 0 | 16 | 433 | 71 | 104 |
| Binary | 11000001 | 1111111 | 11011100 | 1100 | 101010 | 0 | 1110 | 100011011 | 111001 | 1000100 |
Color Harmonies of #C17FDC
Complementary color
Monochromatic Colors of #C17FDC
Black with #C17FDC
Text Example
Text Example
White with #C17FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17FDC; }
p { color: rgb(193,127,220); }
H1.HeaderClassName
{
color: #C17FDC;
}
.AnyTagClassName
{
color: #C17FDC;
}
</style>
background-color css
<style>
a { background-color: #C17FDC; }
a { background-color: rgb(193,127,220); }
div.DivClassName
{
background-color: #C17FDC;
}
.BgClassName
{
background-color: #C17FDC;
}
</style>
border-color css
<style>
span { border-color: #C17FDC; }
span { border-color: rgb(193,127,220); }
td.TdClassName
{
border-color: #C17FDC;
}
.TagClassName
{
border-color: #C17FDC;
}
</style>