Shades of Wisteria #C57FDD
Tints of Wisteria #C57FDD
RGB
CMYK
RGB Variations
Color information
#C57FDD (or 0xC57FDD) is known color: Wisteria. HEX triplet: C5, 7F and DD. RGB value is (197,127,221). Sum of RGB (Red+Green+Blue) = 197+127+221=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #C57FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57FDD is #3A8022. Grayscale: #9E9E9E. Windows color (decimal): -3833891 or 14516165. OLE color: 14516165.
HSL color Cylindrical-coordinate representation of color #C57FDD: hue angle of 284.68º degrees, saturation: 0.58, 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 #C57FDD is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 127 | 221 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.13 |
| HSL | 284.68º | 0.58% | 0.68% | - |
| HSV(B) | 284.68º | 0.43% | 0.87% | - |
| XYZ | 43.67 | 32.27 | 72.33 | - |
| YUV | 158.65 | 163.19 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 221 | 0.11 | 0.43 | 0 | 0.13 | 284.68 | 0.58 | 0.68 |
| Hex | C5 | 7F | DD | B | 2B | 0 | D | 11D | 3A | 44 |
| Octal | 305 | 177 | 335 | 13 | 53 | 0 | 15 | 435 | 72 | 104 |
| Binary | 11000101 | 1111111 | 11011101 | 1011 | 101011 | 0 | 1101 | 100011101 | 111010 | 1000100 |
Color Harmonies of #C57FDD
Complementary color
Monochromatic Colors of #C57FDD
Black with #C57FDD
Text Example
Text Example
White with #C57FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57FDD; }
p { color: rgb(197,127,221); }
H1.HeaderClassName
{
color: #C57FDD;
}
.AnyTagClassName
{
color: #C57FDD;
}
</style>
background-color css
<style>
a { background-color: #C57FDD; }
a { background-color: rgb(197,127,221); }
div.DivClassName
{
background-color: #C57FDD;
}
.BgClassName
{
background-color: #C57FDD;
}
</style>
border-color css
<style>
span { border-color: #C57FDD; }
span { border-color: rgb(197,127,221); }
td.TdClassName
{
border-color: #C57FDD;
}
.TagClassName
{
border-color: #C57FDD;
}
</style>