Shades of Wisteria #C57FDC
Tints of Wisteria #C57FDC
RGB
CMYK
RGB Variations
Color information
#C57FDC (or 0xC57FDC) is known color: Wisteria. HEX triplet: C5, 7F and DC. RGB value is (197,127,220). Sum of RGB (Red+Green+Blue) = 197+127+220=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 127 (50% from 255 or 23.35% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #C57FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57FDC is #3A8023. Grayscale: #9E9E9E. Windows color (decimal): -3833892 or 14450629. OLE color: 14450629.
HSL color Cylindrical-coordinate representation of color #C57FDC: hue angle of 285.16º 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 #C57FDC is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 127 | 220 | - |
| CMYK | 0.10 | 0.42 | 0 | 0.14 |
| HSL | 285.16º | 0.57% | 0.68% | - |
| HSV(B) | 285.16º | 0.42% | 0.86% | - |
| XYZ | 43.53 | 32.22 | 71.63 | - |
| YUV | 158.53 | 162.69 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 220 | 0.10 | 0.42 | 0 | 0.14 | 285.16 | 0.57 | 0.68 |
| Hex | C5 | 7F | DC | A | 2A | 0 | E | 11D | 39 | 44 |
| Octal | 305 | 177 | 334 | 12 | 52 | 0 | 16 | 435 | 71 | 104 |
| Binary | 11000101 | 1111111 | 11011100 | 1010 | 101010 | 0 | 1110 | 100011101 | 111001 | 1000100 |
Color Harmonies of #C57FDC
Complementary color
Monochromatic Colors of #C57FDC
Black with #C57FDC
Text Example
Text Example
White with #C57FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57FDC; }
p { color: rgb(197,127,220); }
H1.HeaderClassName
{
color: #C57FDC;
}
.AnyTagClassName
{
color: #C57FDC;
}
</style>
background-color css
<style>
a { background-color: #C57FDC; }
a { background-color: rgb(197,127,220); }
div.DivClassName
{
background-color: #C57FDC;
}
.BgClassName
{
background-color: #C57FDC;
}
</style>
border-color css
<style>
span { border-color: #C57FDC; }
span { border-color: rgb(197,127,220); }
td.TdClassName
{
border-color: #C57FDC;
}
.TagClassName
{
border-color: #C57FDC;
}
</style>