Shades of Medium Orchid #C840DC
Tints of Medium Orchid #C840DC
RGB
CMYK
RGB Variations
Color information
#C840DC (or 0xC840DC) is known color: Medium Orchid. HEX triplet: C8, 40 and DC. RGB value is (200,64,220). Sum of RGB (Red+Green+Blue) = 200+64+220=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 64 (25.39% from 255 or 13.22% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #C840DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C840DC is #37BF23. Grayscale: #797979. Windows color (decimal): -3653412 or 14434504. OLE color: 14434504.
HSL color Cylindrical-coordinate representation of color #C840DC: hue angle of 292.31º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C840DC is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 64 | 220 | - |
| CMYK | 0.09 | 0.71 | 0 | 0.14 |
| HSL | 292.31º | 0.69% | 0.56% | - |
| HSV(B) | 292.31º | 0.71% | 0.86% | - |
| XYZ | 38.57 | 21.11 | 69.75 | - |
| YUV | 122.45 | 183.06 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 64 | 220 | 0.09 | 0.71 | 0 | 0.14 | 292.31 | 0.69 | 0.56 |
| Hex | C8 | 40 | DC | 9 | 47 | 0 | E | 124 | 45 | 38 |
| Octal | 310 | 100 | 334 | 11 | 107 | 0 | 16 | 444 | 105 | 70 |
| Binary | 11001000 | 1000000 | 11011100 | 1001 | 1000111 | 0 | 1110 | 100100100 | 1000101 | 111000 |
Color Harmonies of #C840DC
Complementary color
Monochromatic Colors of #C840DC
Black with #C840DC
Text Example
Text Example
White with #C840DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C840DC; }
p { color: rgb(200,64,220); }
H1.HeaderClassName
{
color: #C840DC;
}
.AnyTagClassName
{
color: #C840DC;
}
</style>
background-color css
<style>
a { background-color: #C840DC; }
a { background-color: rgb(200,64,220); }
div.DivClassName
{
background-color: #C840DC;
}
.BgClassName
{
background-color: #C840DC;
}
</style>
border-color css
<style>
span { border-color: #C840DC; }
span { border-color: rgb(200,64,220); }
td.TdClassName
{
border-color: #C840DC;
}
.TagClassName
{
border-color: #C840DC;
}
</style>