Shades of Wisteria #C17CDD
Tints of Wisteria #C17CDD
RGB
CMYK
RGB Variations
Color information
#C17CDD (or 0xC17CDD) is known color: Wisteria. HEX triplet: C1, 7C and DD. RGB value is (193,124,221). Sum of RGB (Red+Green+Blue) = 193+124+221=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 124 (48.83% from 255 or 23.05% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #C17CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17CDD is #3E8322. Grayscale: #9B9B9B. Windows color (decimal): -4096803 or 14515393. OLE color: 14515393.
HSL color Cylindrical-coordinate representation of color #C17CDD: hue angle of 282.68º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C17CDD is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 124 | 221 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.13 |
| HSL | 282.68º | 0.59% | 0.68% | - |
| HSV(B) | 282.68º | 0.44% | 0.87% | - |
| XYZ | 42.25 | 30.97 | 72.16 | - |
| YUV | 155.69 | 164.86 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 124 | 221 | 0.13 | 0.44 | 0 | 0.13 | 282.68 | 0.59 | 0.68 |
| Hex | C1 | 7C | DD | D | 2C | 0 | D | 11B | 3B | 44 |
| Octal | 301 | 174 | 335 | 15 | 54 | 0 | 15 | 433 | 73 | 104 |
| Binary | 11000001 | 1111100 | 11011101 | 1101 | 101100 | 0 | 1101 | 100011011 | 111011 | 1000100 |
Color Harmonies of #C17CDD
Complementary color
Monochromatic Colors of #C17CDD
Black with #C17CDD
Text Example
Text Example
White with #C17CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17CDD; }
p { color: rgb(193,124,221); }
H1.HeaderClassName
{
color: #C17CDD;
}
.AnyTagClassName
{
color: #C17CDD;
}
</style>
background-color css
<style>
a { background-color: #C17CDD; }
a { background-color: rgb(193,124,221); }
div.DivClassName
{
background-color: #C17CDD;
}
.BgClassName
{
background-color: #C17CDD;
}
</style>
border-color css
<style>
span { border-color: #C17CDD; }
span { border-color: rgb(193,124,221); }
td.TdClassName
{
border-color: #C17CDD;
}
.TagClassName
{
border-color: #C17CDD;
}
</style>