Shades of Medium Orchid #C84AED
Tints of Medium Orchid #C84AED
RGB
CMYK
RGB Variations
Color information
#C84AED (or 0xC84AED) is known color: Medium Orchid. HEX triplet: C8, 4A and ED. RGB value is (200,74,237). Sum of RGB (Red+Green+Blue) = 200+74+237=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 74 (29.30% from 255 or 14.48% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #C84AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C84AED is #37B512. Grayscale: #818181. Windows color (decimal): -3650835 or 15551176. OLE color: 15551176.
HSL color Cylindrical-coordinate representation of color #C84AED: hue angle of 286.38º degrees, saturation: 0.82, 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 #C84AED is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 74 | 237 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.07 |
| HSL | 286.38º | 0.82% | 0.61% | - |
| HSV(B) | 286.38º | 0.69% | 0.93% | - |
| XYZ | 41.55 | 23.29 | 82.43 | - |
| YUV | 130.26 | 188.24 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 237 | 0.16 | 0.69 | 0 | 0.07 | 286.38 | 0.82 | 0.61 |
| Hex | C8 | 4A | ED | 10 | 45 | 0 | 7 | 11E | 52 | 3D |
| Octal | 310 | 112 | 355 | 20 | 105 | 0 | 7 | 436 | 122 | 75 |
| Binary | 11001000 | 1001010 | 11101101 | 10000 | 1000101 | 0 | 111 | 100011110 | 1010010 | 111101 |
Color Harmonies of #C84AED
Complementary color
Monochromatic Colors of #C84AED
Black with #C84AED
Text Example
Text Example
White with #C84AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84AED; }
p { color: rgb(200,74,237); }
H1.HeaderClassName
{
color: #C84AED;
}
.AnyTagClassName
{
color: #C84AED;
}
</style>
background-color css
<style>
a { background-color: #C84AED; }
a { background-color: rgb(200,74,237); }
div.DivClassName
{
background-color: #C84AED;
}
.BgClassName
{
background-color: #C84AED;
}
</style>
border-color css
<style>
span { border-color: #C84AED; }
span { border-color: rgb(200,74,237); }
td.TdClassName
{
border-color: #C84AED;
}
.TagClassName
{
border-color: #C84AED;
}
</style>