Shades of Medium Orchid #C84AE6
Tints of Medium Orchid #C84AE6
RGB
CMYK
RGB Variations
Color information
#C84AE6 (or 0xC84AE6) is known color: Medium Orchid. HEX triplet: C8, 4A and E6. RGB value is (200,74,230). Sum of RGB (Red+Green+Blue) = 200+74+230=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 74 (29.30% from 255 or 14.68% from 504); Blue value is 230 (90.23% from 255 or 45.63% from 504); Max value from RGB is 230 - color contains mainly: blue. Hex color #C84AE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C84AE6 is #37B519. Grayscale: #808080. Windows color (decimal): -3650842 or 15092424. OLE color: 15092424.
HSL color Cylindrical-coordinate representation of color #C84AE6: hue angle of 288.46º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C84AE6 is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 74 | 230 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.10 |
| HSL | 288.46º | 0.76% | 0.6% | - |
| HSV(B) | 288.46º | 0.68% | 0.9% | - |
| XYZ | 40.55 | 22.89 | 77.14 | - |
| YUV | 129.46 | 184.74 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 230 | 0.13 | 0.68 | 0 | 0.10 | 288.46 | 0.76 | 0.6 |
| Hex | C8 | 4A | E6 | D | 44 | 0 | A | 120 | 4C | 3C |
| Octal | 310 | 112 | 346 | 15 | 104 | 0 | 12 | 440 | 114 | 74 |
| Binary | 11001000 | 1001010 | 11100110 | 1101 | 1000100 | 0 | 1010 | 100100000 | 1001100 | 111100 |
Color Harmonies of #C84AE6
Complementary color
Monochromatic Colors of #C84AE6
Black with #C84AE6
Text Example
Text Example
White with #C84AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84AE6; }
p { color: rgb(200,74,230); }
H1.HeaderClassName
{
color: #C84AE6;
}
.AnyTagClassName
{
color: #C84AE6;
}
</style>
background-color css
<style>
a { background-color: #C84AE6; }
a { background-color: rgb(200,74,230); }
div.DivClassName
{
background-color: #C84AE6;
}
.BgClassName
{
background-color: #C84AE6;
}
</style>
border-color css
<style>
span { border-color: #C84AE6; }
span { border-color: rgb(200,74,230); }
td.TdClassName
{
border-color: #C84AE6;
}
.TagClassName
{
border-color: #C84AE6;
}
</style>