Shades of Medium Orchid #C840ED
Tints of Medium Orchid #C840ED
RGB
CMYK
RGB Variations
Color information
#C840ED (or 0xC840ED) is known color: Medium Orchid. HEX triplet: C8, 40 and ED. RGB value is (200,64,237). Sum of RGB (Red+Green+Blue) = 200+64+237=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 64 (25.39% from 255 or 12.77% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #C840ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C840ED is #37BF12. Grayscale: #7B7B7B. Windows color (decimal): -3653395 or 15548616. OLE color: 15548616.
HSL color Cylindrical-coordinate representation of color #C840ED: hue angle of 287.17º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C840ED is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 64 | 237 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.07 |
| HSL | 287.17º | 0.83% | 0.59% | - |
| HSV(B) | 287.17º | 0.73% | 0.93% | - |
| XYZ | 40.94 | 22.06 | 82.22 | - |
| YUV | 124.39 | 191.56 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 64 | 237 | 0.16 | 0.73 | 0 | 0.07 | 287.17 | 0.83 | 0.59 |
| Hex | C8 | 40 | ED | 10 | 49 | 0 | 7 | 11F | 53 | 3B |
| Octal | 310 | 100 | 355 | 20 | 111 | 0 | 7 | 437 | 123 | 73 |
| Binary | 11001000 | 1000000 | 11101101 | 10000 | 1001001 | 0 | 111 | 100011111 | 1010011 | 111011 |
Color Harmonies of #C840ED
Complementary color
Monochromatic Colors of #C840ED
Black with #C840ED
Text Example
Text Example
White with #C840ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C840ED; }
p { color: rgb(200,64,237); }
H1.HeaderClassName
{
color: #C840ED;
}
.AnyTagClassName
{
color: #C840ED;
}
</style>
background-color css
<style>
a { background-color: #C840ED; }
a { background-color: rgb(200,64,237); }
div.DivClassName
{
background-color: #C840ED;
}
.BgClassName
{
background-color: #C840ED;
}
</style>
border-color css
<style>
span { border-color: #C840ED; }
span { border-color: rgb(200,64,237); }
td.TdClassName
{
border-color: #C840ED;
}
.TagClassName
{
border-color: #C840ED;
}
</style>