Shades of Wisteria #C57EDE
Tints of Wisteria #C57EDE
RGB
CMYK
RGB Variations
Color information
#C57EDE (or 0xC57EDE) is known color: Wisteria. HEX triplet: C5, 7E and DE. RGB value is (197,126,222). Sum of RGB (Red+Green+Blue) = 197+126+222=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 126 (49.61% from 255 or 23.12% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #C57EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57EDE is #3A8121. Grayscale: #9D9D9D. Windows color (decimal): -3834146 or 14581445. OLE color: 14581445.
HSL color Cylindrical-coordinate representation of color #C57EDE: hue angle of 284.38º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C57EDE is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 126 | 222 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.13 |
| HSL | 284.38º | 0.59% | 0.68% | - |
| HSV(B) | 284.38º | 0.43% | 0.87% | - |
| XYZ | 43.67 | 32.07 | 72.99 | - |
| YUV | 158.17 | 164.02 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 126 | 222 | 0.11 | 0.43 | 0 | 0.13 | 284.38 | 0.59 | 0.68 |
| Hex | C5 | 7E | DE | B | 2B | 0 | D | 11C | 3B | 44 |
| Octal | 305 | 176 | 336 | 13 | 53 | 0 | 15 | 434 | 73 | 104 |
| Binary | 11000101 | 1111110 | 11011110 | 1011 | 101011 | 0 | 1101 | 100011100 | 111011 | 1000100 |
Color Harmonies of #C57EDE
Complementary color
Monochromatic Colors of #C57EDE
Black with #C57EDE
Text Example
Text Example
White with #C57EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57EDE; }
p { color: rgb(197,126,222); }
H1.HeaderClassName
{
color: #C57EDE;
}
.AnyTagClassName
{
color: #C57EDE;
}
</style>
background-color css
<style>
a { background-color: #C57EDE; }
a { background-color: rgb(197,126,222); }
div.DivClassName
{
background-color: #C57EDE;
}
.BgClassName
{
background-color: #C57EDE;
}
</style>
border-color css
<style>
span { border-color: #C57EDE; }
span { border-color: rgb(197,126,222); }
td.TdClassName
{
border-color: #C57EDE;
}
.TagClassName
{
border-color: #C57EDE;
}
</style>