Shades of Medium Orchid #C84AEE
Tints of Medium Orchid #C84AEE
RGB
CMYK
RGB Variations
Color information
#C84AEE (or 0xC84AEE) is known color: Medium Orchid. HEX triplet: C8, 4A and EE. RGB value is (200,74,238). Sum of RGB (Red+Green+Blue) = 200+74+238=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 74 (29.30% from 255 or 14.45% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #C84AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C84AEE is #37B511. Grayscale: #818181. Windows color (decimal): -3650834 or 15616712. OLE color: 15616712.
HSL color Cylindrical-coordinate representation of color #C84AEE: hue angle of 286.1º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C84AEE is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 74 | 238 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.07 |
| HSL | 286.1º | 0.83% | 0.61% | - |
| HSV(B) | 286.1º | 0.69% | 0.93% | - |
| XYZ | 41.7 | 23.35 | 83.2 | - |
| YUV | 130.37 | 188.74 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 238 | 0.16 | 0.69 | 0 | 0.07 | 286.1 | 0.83 | 0.61 |
| Hex | C8 | 4A | EE | 10 | 45 | 0 | 7 | 11E | 53 | 3D |
| Octal | 310 | 112 | 356 | 20 | 105 | 0 | 7 | 436 | 123 | 75 |
| Binary | 11001000 | 1001010 | 11101110 | 10000 | 1000101 | 0 | 111 | 100011110 | 1010011 | 111101 |
Color Harmonies of #C84AEE
Complementary color
Monochromatic Colors of #C84AEE
Black with #C84AEE
Text Example
Text Example
White with #C84AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84AEE; }
p { color: rgb(200,74,238); }
H1.HeaderClassName
{
color: #C84AEE;
}
.AnyTagClassName
{
color: #C84AEE;
}
</style>
background-color css
<style>
a { background-color: #C84AEE; }
a { background-color: rgb(200,74,238); }
div.DivClassName
{
background-color: #C84AEE;
}
.BgClassName
{
background-color: #C84AEE;
}
</style>
border-color css
<style>
span { border-color: #C84AEE; }
span { border-color: rgb(200,74,238); }
td.TdClassName
{
border-color: #C84AEE;
}
.TagClassName
{
border-color: #C84AEE;
}
</style>