Shades of Medium Orchid #C84AEF
Tints of Medium Orchid #C84AEF
RGB
CMYK
RGB Variations
Color information
#C84AEF (or 0xC84AEF) is known color: Medium Orchid. HEX triplet: C8, 4A and EF. RGB value is (200,74,239). Sum of RGB (Red+Green+Blue) = 200+74+239=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 74 (29.30% from 255 or 14.42% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #C84AEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C84AEF is #37B510. Grayscale: #818181. Windows color (decimal): -3650833 or 15682248. OLE color: 15682248.
HSL color Cylindrical-coordinate representation of color #C84AEF: hue angle of 285.82º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C84AEF is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 74 | 239 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.06 |
| HSL | 285.82º | 0.84% | 0.61% | - |
| HSV(B) | 285.82º | 0.69% | 0.94% | - |
| XYZ | 41.85 | 23.41 | 83.97 | - |
| YUV | 130.48 | 189.24 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 239 | 0.16 | 0.69 | 0 | 0.06 | 285.82 | 0.84 | 0.61 |
| Hex | C8 | 4A | EF | 10 | 45 | 0 | 6 | 11E | 54 | 3D |
| Octal | 310 | 112 | 357 | 20 | 105 | 0 | 6 | 436 | 124 | 75 |
| Binary | 11001000 | 1001010 | 11101111 | 10000 | 1000101 | 0 | 110 | 100011110 | 1010100 | 111101 |
Color Harmonies of #C84AEF
Complementary color
Monochromatic Colors of #C84AEF
Black with #C84AEF
Text Example
Text Example
White with #C84AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84AEF; }
p { color: rgb(200,74,239); }
H1.HeaderClassName
{
color: #C84AEF;
}
.AnyTagClassName
{
color: #C84AEF;
}
</style>
background-color css
<style>
a { background-color: #C84AEF; }
a { background-color: rgb(200,74,239); }
div.DivClassName
{
background-color: #C84AEF;
}
.BgClassName
{
background-color: #C84AEF;
}
</style>
border-color css
<style>
span { border-color: #C84AEF; }
span { border-color: rgb(200,74,239); }
td.TdClassName
{
border-color: #C84AEF;
}
.TagClassName
{
border-color: #C84AEF;
}
</style>