Shades of Medium Orchid #C570DD
Tints of Medium Orchid #C570DD
RGB
CMYK
RGB Variations
Color information
#C570DD (or 0xC570DD) is known color: Medium Orchid. HEX triplet: C5, 70 and DD. RGB value is (197,112,221). Sum of RGB (Red+Green+Blue) = 197+112+221=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #C570DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C570DD is #3A8F22. Grayscale: #959595. Windows color (decimal): -3837731 or 14512325. OLE color: 14512325.
HSL color Cylindrical-coordinate representation of color #C570DD: hue angle of 286.79º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C570DD is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 112 | 221 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.13 |
| HSL | 286.79º | 0.62% | 0.65% | - |
| HSV(B) | 286.79º | 0.49% | 0.87% | - |
| XYZ | 41.87 | 28.68 | 71.74 | - |
| YUV | 149.84 | 168.16 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 112 | 221 | 0.11 | 0.49 | 0 | 0.13 | 286.79 | 0.62 | 0.65 |
| Hex | C5 | 70 | DD | B | 31 | 0 | D | 11F | 3E | 41 |
| Octal | 305 | 160 | 335 | 13 | 61 | 0 | 15 | 437 | 76 | 101 |
| Binary | 11000101 | 1110000 | 11011101 | 1011 | 110001 | 0 | 1101 | 100011111 | 111110 | 1000001 |
Color Harmonies of #C570DD
Complementary color
Monochromatic Colors of #C570DD
Black with #C570DD
Text Example
Text Example
White with #C570DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C570DD; }
p { color: rgb(197,112,221); }
H1.HeaderClassName
{
color: #C570DD;
}
.AnyTagClassName
{
color: #C570DD;
}
</style>
background-color css
<style>
a { background-color: #C570DD; }
a { background-color: rgb(197,112,221); }
div.DivClassName
{
background-color: #C570DD;
}
.BgClassName
{
background-color: #C570DD;
}
</style>
border-color css
<style>
span { border-color: #C570DD; }
span { border-color: rgb(197,112,221); }
td.TdClassName
{
border-color: #C570DD;
}
.TagClassName
{
border-color: #C570DD;
}
</style>