Shades of Wisteria #C57FDE
Tints of Wisteria #C57FDE
RGB
CMYK
RGB Variations
Color information
#C57FDE (or 0xC57FDE) is known color: Wisteria. HEX triplet: C5, 7F and DE. RGB value is (197,127,222). Sum of RGB (Red+Green+Blue) = 197+127+222=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 127 (50% from 255 or 23.26% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 222 - color contains mainly: blue. Hex color #C57FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57FDE is #3A8021. Grayscale: #9E9E9E. Windows color (decimal): -3833890 or 14581701. OLE color: 14581701.
HSL color Cylindrical-coordinate representation of color #C57FDE: hue angle of 284.21º 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 #C57FDE is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 127 | 222 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.13 |
| HSL | 284.21º | 0.59% | 0.68% | - |
| HSV(B) | 284.21º | 0.43% | 0.87% | - |
| XYZ | 43.8 | 32.32 | 73.04 | - |
| YUV | 158.76 | 163.69 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 222 | 0.11 | 0.43 | 0 | 0.13 | 284.21 | 0.59 | 0.68 |
| Hex | C5 | 7F | DE | B | 2B | 0 | D | 11C | 3B | 44 |
| Octal | 305 | 177 | 336 | 13 | 53 | 0 | 15 | 434 | 73 | 104 |
| Binary | 11000101 | 1111111 | 11011110 | 1011 | 101011 | 0 | 1101 | 100011100 | 111011 | 1000100 |
Color Harmonies of #C57FDE
Complementary color
Monochromatic Colors of #C57FDE
Black with #C57FDE
Text Example
Text Example
White with #C57FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57FDE; }
p { color: rgb(197,127,222); }
H1.HeaderClassName
{
color: #C57FDE;
}
.AnyTagClassName
{
color: #C57FDE;
}
</style>
background-color css
<style>
a { background-color: #C57FDE; }
a { background-color: rgb(197,127,222); }
div.DivClassName
{
background-color: #C57FDE;
}
.BgClassName
{
background-color: #C57FDE;
}
</style>
border-color css
<style>
span { border-color: #C57FDE; }
span { border-color: rgb(197,127,222); }
td.TdClassName
{
border-color: #C57FDE;
}
.TagClassName
{
border-color: #C57FDE;
}
</style>