Shades of Medium Orchid #C84CE1
Tints of Medium Orchid #C84CE1
RGB
CMYK
RGB Variations
Color information
#C84CE1 (or 0xC84CE1) is known color: Medium Orchid. HEX triplet: C8, 4C and E1. RGB value is (200,76,225). Sum of RGB (Red+Green+Blue) = 200+76+225=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 76 (30.08% from 255 or 15.17% from 501); Blue value is 225 (88.28% from 255 or 44.91% from 501); Max value from RGB is 225 - color contains mainly: blue. Hex color #C84CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84CE1 is #37B31E. Grayscale: #818181. Windows color (decimal): -3650335 or 14765256. OLE color: 14765256.
HSL color Cylindrical-coordinate representation of color #C84CE1: hue angle of 289.93º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C84CE1 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 76 | 225 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.12 |
| HSL | 289.93º | 0.71% | 0.59% | - |
| HSV(B) | 289.93º | 0.66% | 0.88% | - |
| XYZ | 39.99 | 22.88 | 73.54 | - |
| YUV | 130.06 | 181.58 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 76 | 225 | 0.11 | 0.66 | 0 | 0.12 | 289.93 | 0.71 | 0.59 |
| Hex | C8 | 4C | E1 | B | 42 | 0 | C | 122 | 47 | 3B |
| Octal | 310 | 114 | 341 | 13 | 102 | 0 | 14 | 442 | 107 | 73 |
| Binary | 11001000 | 1001100 | 11100001 | 1011 | 1000010 | 0 | 1100 | 100100010 | 1000111 | 111011 |
Color Harmonies of #C84CE1
Complementary color
Monochromatic Colors of #C84CE1
Black with #C84CE1
Text Example
Text Example
White with #C84CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84CE1; }
p { color: rgb(200,76,225); }
H1.HeaderClassName
{
color: #C84CE1;
}
.AnyTagClassName
{
color: #C84CE1;
}
</style>
background-color css
<style>
a { background-color: #C84CE1; }
a { background-color: rgb(200,76,225); }
div.DivClassName
{
background-color: #C84CE1;
}
.BgClassName
{
background-color: #C84CE1;
}
</style>
border-color css
<style>
span { border-color: #C84CE1; }
span { border-color: rgb(200,76,225); }
td.TdClassName
{
border-color: #C84CE1;
}
.TagClassName
{
border-color: #C84CE1;
}
</style>