Shades of Wisteria #C17CDA
Tints of Wisteria #C17CDA
RGB
CMYK
RGB Variations
Color information
#C17CDA (or 0xC17CDA) is known color: Wisteria. HEX triplet: C1, 7C and DA. RGB value is (193,124,218). Sum of RGB (Red+Green+Blue) = 193+124+218=535 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.07% from 535); Green value is 124 (48.83% from 255 or 23.18% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #C17CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17CDA is #3E8325. Grayscale: #9B9B9B. Windows color (decimal): -4096806 or 14318785. OLE color: 14318785.
HSL color Cylindrical-coordinate representation of color #C17CDA: hue angle of 284.04º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C17CDA is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 124 | 218 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.15 |
| HSL | 284.04º | 0.56% | 0.67% | - |
| HSV(B) | 284.04º | 0.43% | 0.85% | - |
| XYZ | 41.85 | 30.81 | 70.07 | - |
| YUV | 155.35 | 163.36 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 124 | 218 | 0.11 | 0.43 | 0 | 0.15 | 284.04 | 0.56 | 0.67 |
| Hex | C1 | 7C | DA | B | 2B | 0 | F | 11C | 38 | 43 |
| Octal | 301 | 174 | 332 | 13 | 53 | 0 | 17 | 434 | 70 | 103 |
| Binary | 11000001 | 1111100 | 11011010 | 1011 | 101011 | 0 | 1111 | 100011100 | 111000 | 1000011 |
Color Harmonies of #C17CDA
Complementary color
Monochromatic Colors of #C17CDA
Black with #C17CDA
Text Example
Text Example
White with #C17CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17CDA; }
p { color: rgb(193,124,218); }
H1.HeaderClassName
{
color: #C17CDA;
}
.AnyTagClassName
{
color: #C17CDA;
}
</style>
background-color css
<style>
a { background-color: #C17CDA; }
a { background-color: rgb(193,124,218); }
div.DivClassName
{
background-color: #C17CDA;
}
.BgClassName
{
background-color: #C17CDA;
}
</style>
border-color css
<style>
span { border-color: #C17CDA; }
span { border-color: rgb(193,124,218); }
td.TdClassName
{
border-color: #C17CDA;
}
.TagClassName
{
border-color: #C17CDA;
}
</style>