Shades of Medium Orchid #C84AEA
Tints of Medium Orchid #C84AEA
RGB
CMYK
RGB Variations
Color information
#C84AEA (or 0xC84AEA) is known color: Medium Orchid. HEX triplet: C8, 4A and EA. RGB value is (200,74,234). Sum of RGB (Red+Green+Blue) = 200+74+234=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 74 (29.30% from 255 or 14.57% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #C84AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C84AEA is #37B515. Grayscale: #818181. Windows color (decimal): -3650838 or 15354568. OLE color: 15354568.
HSL color Cylindrical-coordinate representation of color #C84AEA: hue angle of 287.25º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C84AEA is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 74 | 234 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.08 |
| HSL | 287.25º | 0.79% | 0.6% | - |
| HSV(B) | 287.25º | 0.68% | 0.92% | - |
| XYZ | 41.12 | 23.12 | 80.14 | - |
| YUV | 129.91 | 186.74 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 234 | 0.15 | 0.68 | 0 | 0.08 | 287.25 | 0.79 | 0.6 |
| Hex | C8 | 4A | EA | F | 44 | 0 | 8 | 11F | 4F | 3C |
| Octal | 310 | 112 | 352 | 17 | 104 | 0 | 10 | 437 | 117 | 74 |
| Binary | 11001000 | 1001010 | 11101010 | 1111 | 1000100 | 0 | 1000 | 100011111 | 1001111 | 111100 |
Color Harmonies of #C84AEA
Complementary color
Monochromatic Colors of #C84AEA
Black with #C84AEA
Text Example
Text Example
White with #C84AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84AEA; }
p { color: rgb(200,74,234); }
H1.HeaderClassName
{
color: #C84AEA;
}
.AnyTagClassName
{
color: #C84AEA;
}
</style>
background-color css
<style>
a { background-color: #C84AEA; }
a { background-color: rgb(200,74,234); }
div.DivClassName
{
background-color: #C84AEA;
}
.BgClassName
{
background-color: #C84AEA;
}
</style>
border-color css
<style>
span { border-color: #C84AEA; }
span { border-color: rgb(200,74,234); }
td.TdClassName
{
border-color: #C84AEA;
}
.TagClassName
{
border-color: #C84AEA;
}
</style>