Shades of Wisteria #C57DE5
Tints of Wisteria #C57DE5
RGB
CMYK
RGB Variations
Color information
#C57DE5 (or 0xC57DE5) is known color: Wisteria. HEX triplet: C5, 7D and E5. RGB value is (197,125,229). Sum of RGB (Red+Green+Blue) = 197+125+229=551 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.75% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 229 (89.84% from 255 or 41.56% from 551); Max value from RGB is 229 - color contains mainly: blue. Hex color #C57DE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57DE5 is #3A821A. Grayscale: #9E9E9E. Windows color (decimal): -3834395 or 15039941. OLE color: 15039941.
HSL color Cylindrical-coordinate representation of color #C57DE5: hue angle of 281.54º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C57DE5 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 125 | 229 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.10 |
| HSL | 281.54º | 0.67% | 0.69% | - |
| HSV(B) | 281.54º | 0.45% | 0.9% | - |
| XYZ | 44.5 | 32.19 | 78 | - |
| YUV | 158.38 | 167.85 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 229 | 0.14 | 0.45 | 0 | 0.10 | 281.54 | 0.67 | 0.69 |
| Hex | C5 | 7D | E5 | E | 2D | 0 | A | 11A | 43 | 45 |
| Octal | 305 | 175 | 345 | 16 | 55 | 0 | 12 | 432 | 103 | 105 |
| Binary | 11000101 | 1111101 | 11100101 | 1110 | 101101 | 0 | 1010 | 100011010 | 1000011 | 1000101 |
Color Harmonies of #C57DE5
Complementary color
Monochromatic Colors of #C57DE5
Black with #C57DE5
Text Example
Text Example
White with #C57DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57DE5; }
p { color: rgb(197,125,229); }
H1.HeaderClassName
{
color: #C57DE5;
}
.AnyTagClassName
{
color: #C57DE5;
}
</style>
background-color css
<style>
a { background-color: #C57DE5; }
a { background-color: rgb(197,125,229); }
div.DivClassName
{
background-color: #C57DE5;
}
.BgClassName
{
background-color: #C57DE5;
}
</style>
border-color css
<style>
span { border-color: #C57DE5; }
span { border-color: rgb(197,125,229); }
td.TdClassName
{
border-color: #C57DE5;
}
.TagClassName
{
border-color: #C57DE5;
}
</style>