Shades of Medium Orchid #C840DF
Tints of Medium Orchid #C840DF
RGB
CMYK
RGB Variations
Color information
#C840DF (or 0xC840DF) is known color: Medium Orchid. HEX triplet: C8, 40 and DF. RGB value is (200,64,223). Sum of RGB (Red+Green+Blue) = 200+64+223=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 64 (25.39% from 255 or 13.14% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #C840DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C840DF is #37BF20. Grayscale: #7A7A7A. Windows color (decimal): -3653409 or 14631112. OLE color: 14631112.
HSL color Cylindrical-coordinate representation of color #C840DF: hue angle of 291.32º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C840DF is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 64 | 223 | - |
| CMYK | 0.10 | 0.71 | 0 | 0.13 |
| HSL | 291.32º | 0.71% | 0.56% | - |
| HSV(B) | 291.32º | 0.71% | 0.87% | - |
| XYZ | 38.97 | 21.27 | 71.86 | - |
| YUV | 122.79 | 184.56 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 64 | 223 | 0.10 | 0.71 | 0 | 0.13 | 291.32 | 0.71 | 0.56 |
| Hex | C8 | 40 | DF | A | 47 | 0 | D | 123 | 47 | 38 |
| Octal | 310 | 100 | 337 | 12 | 107 | 0 | 15 | 443 | 107 | 70 |
| Binary | 11001000 | 1000000 | 11011111 | 1010 | 1000111 | 0 | 1101 | 100100011 | 1000111 | 111000 |
Color Harmonies of #C840DF
Complementary color
Monochromatic Colors of #C840DF
Black with #C840DF
Text Example
Text Example
White with #C840DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C840DF; }
p { color: rgb(200,64,223); }
H1.HeaderClassName
{
color: #C840DF;
}
.AnyTagClassName
{
color: #C840DF;
}
</style>
background-color css
<style>
a { background-color: #C840DF; }
a { background-color: rgb(200,64,223); }
div.DivClassName
{
background-color: #C840DF;
}
.BgClassName
{
background-color: #C840DF;
}
</style>
border-color css
<style>
span { border-color: #C840DF; }
span { border-color: rgb(200,64,223); }
td.TdClassName
{
border-color: #C840DF;
}
.TagClassName
{
border-color: #C840DF;
}
</style>