Shades of Medium Orchid #C570E0
Tints of Medium Orchid #C570E0
RGB
CMYK
RGB Variations
Color information
#C570E0 (or 0xC570E0) is known color: Medium Orchid. HEX triplet: C5, 70 and E0. RGB value is (197,112,224). Sum of RGB (Red+Green+Blue) = 197+112+224=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 112 (44.14% from 255 or 21.01% from 533); Blue value is 224 (87.89% from 255 or 42.03% from 533); Max value from RGB is 224 - color contains mainly: blue. Hex color #C570E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C570E0 is #3A8F1F. Grayscale: #959595. Windows color (decimal): -3837728 or 14708933. OLE color: 14708933.
HSL color Cylindrical-coordinate representation of color #C570E0: hue angle of 285.54º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C570E0 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 112 | 224 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.12 |
| HSL | 285.54º | 0.64% | 0.66% | - |
| HSV(B) | 285.54º | 0.5% | 0.88% | - |
| XYZ | 42.27 | 28.84 | 73.86 | - |
| YUV | 150.18 | 169.66 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 112 | 224 | 0.12 | 0.50 | 0 | 0.12 | 285.54 | 0.64 | 0.66 |
| Hex | C5 | 70 | E0 | C | 32 | 0 | C | 11E | 40 | 42 |
| Octal | 305 | 160 | 340 | 14 | 62 | 0 | 14 | 436 | 100 | 102 |
| Binary | 11000101 | 1110000 | 11100000 | 1100 | 110010 | 0 | 1100 | 100011110 | 1000000 | 1000010 |
Color Harmonies of #C570E0
Complementary color
Monochromatic Colors of #C570E0
Black with #C570E0
Text Example
Text Example
White with #C570E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C570E0; }
p { color: rgb(197,112,224); }
H1.HeaderClassName
{
color: #C570E0;
}
.AnyTagClassName
{
color: #C570E0;
}
</style>
background-color css
<style>
a { background-color: #C570E0; }
a { background-color: rgb(197,112,224); }
div.DivClassName
{
background-color: #C570E0;
}
.BgClassName
{
background-color: #C570E0;
}
</style>
border-color css
<style>
span { border-color: #C570E0; }
span { border-color: rgb(197,112,224); }
td.TdClassName
{
border-color: #C570E0;
}
.TagClassName
{
border-color: #C570E0;
}
</style>