Shades of Medium Orchid #C840D5
Tints of Medium Orchid #C840D5
RGB
CMYK
RGB Variations
Color information
#C840D5 (or 0xC840D5) is known color: Medium Orchid. HEX triplet: C8, 40 and D5. RGB value is (200,64,213). Sum of RGB (Red+Green+Blue) = 200+64+213=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 64 (25.39% from 255 or 13.42% from 477); Blue value is 213 (83.59% from 255 or 44.65% from 477); Max value from RGB is 213 - color contains mainly: blue. Hex color #C840D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C840D5 is #37BF2A. Grayscale: #797979. Windows color (decimal): -3653419 or 13975752. OLE color: 13975752.
HSL color Cylindrical-coordinate representation of color #C840D5: hue angle of 294.77º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C840D5 is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 64 | 213 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.16 |
| HSL | 294.77º | 0.64% | 0.54% | - |
| HSV(B) | 294.77º | 0.7% | 0.84% | - |
| XYZ | 37.66 | 20.75 | 64.97 | - |
| YUV | 121.65 | 179.56 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 64 | 213 | 0.06 | 0.70 | 0 | 0.16 | 294.77 | 0.64 | 0.54 |
| Hex | C8 | 40 | D5 | 6 | 46 | 0 | 10 | 127 | 40 | 36 |
| Octal | 310 | 100 | 325 | 6 | 106 | 0 | 20 | 447 | 100 | 66 |
| Binary | 11001000 | 1000000 | 11010101 | 110 | 1000110 | 0 | 10000 | 100100111 | 1000000 | 110110 |
Color Harmonies of #C840D5
Complementary color
Monochromatic Colors of #C840D5
Black with #C840D5
Text Example
Text Example
White with #C840D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C840D5; }
p { color: rgb(200,64,213); }
H1.HeaderClassName
{
color: #C840D5;
}
.AnyTagClassName
{
color: #C840D5;
}
</style>
background-color css
<style>
a { background-color: #C840D5; }
a { background-color: rgb(200,64,213); }
div.DivClassName
{
background-color: #C840D5;
}
.BgClassName
{
background-color: #C840D5;
}
</style>
border-color css
<style>
span { border-color: #C840D5; }
span { border-color: rgb(200,64,213); }
td.TdClassName
{
border-color: #C840D5;
}
.TagClassName
{
border-color: #C840D5;
}
</style>