Shades of Medium Orchid #C570DF
Tints of Medium Orchid #C570DF
RGB
CMYK
RGB Variations
Color information
#C570DF (or 0xC570DF) is known color: Medium Orchid. HEX triplet: C5, 70 and DF. RGB value is (197,112,223). Sum of RGB (Red+Green+Blue) = 197+112+223=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 112 (44.14% from 255 or 21.05% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #C570DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C570DF is #3A8F20. Grayscale: #959595. Windows color (decimal): -3837729 or 14643397. OLE color: 14643397.
HSL color Cylindrical-coordinate representation of color #C570DF: hue angle of 285.95º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C570DF is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 112 | 223 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.13 |
| HSL | 285.95º | 0.63% | 0.66% | - |
| HSV(B) | 285.95º | 0.5% | 0.87% | - |
| XYZ | 42.14 | 28.79 | 73.15 | - |
| YUV | 150.07 | 169.16 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 112 | 223 | 0.12 | 0.50 | 0 | 0.13 | 285.95 | 0.63 | 0.66 |
| Hex | C5 | 70 | DF | C | 32 | 0 | D | 11E | 3F | 42 |
| Octal | 305 | 160 | 337 | 14 | 62 | 0 | 15 | 436 | 77 | 102 |
| Binary | 11000101 | 1110000 | 11011111 | 1100 | 110010 | 0 | 1101 | 100011110 | 111111 | 1000010 |
Color Harmonies of #C570DF
Complementary color
Monochromatic Colors of #C570DF
Black with #C570DF
Text Example
Text Example
White with #C570DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C570DF; }
p { color: rgb(197,112,223); }
H1.HeaderClassName
{
color: #C570DF;
}
.AnyTagClassName
{
color: #C570DF;
}
</style>
background-color css
<style>
a { background-color: #C570DF; }
a { background-color: rgb(197,112,223); }
div.DivClassName
{
background-color: #C570DF;
}
.BgClassName
{
background-color: #C570DF;
}
</style>
border-color css
<style>
span { border-color: #C570DF; }
span { border-color: rgb(197,112,223); }
td.TdClassName
{
border-color: #C570DF;
}
.TagClassName
{
border-color: #C570DF;
}
</style>