Shades of Medium Orchid #C84AEB
Tints of Medium Orchid #C84AEB
RGB
CMYK
RGB Variations
Color information
#C84AEB (or 0xC84AEB) is known color: Medium Orchid. HEX triplet: C8, 4A and EB. RGB value is (200,74,235). Sum of RGB (Red+Green+Blue) = 200+74+235=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 74 (29.30% from 255 or 14.54% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #C84AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C84AEB is #37B514. Grayscale: #818181. Windows color (decimal): -3650837 or 15420104. OLE color: 15420104.
HSL color Cylindrical-coordinate representation of color #C84AEB: hue angle of 286.96º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C84AEB is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 74 | 235 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.08 |
| HSL | 286.96º | 0.8% | 0.61% | - |
| HSV(B) | 286.96º | 0.69% | 0.92% | - |
| XYZ | 41.26 | 23.18 | 80.9 | - |
| YUV | 130.03 | 187.24 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 235 | 0.15 | 0.69 | 0 | 0.08 | 286.96 | 0.8 | 0.61 |
| Hex | C8 | 4A | EB | F | 45 | 0 | 8 | 11F | 50 | 3D |
| Octal | 310 | 112 | 353 | 17 | 105 | 0 | 10 | 437 | 120 | 75 |
| Binary | 11001000 | 1001010 | 11101011 | 1111 | 1000101 | 0 | 1000 | 100011111 | 1010000 | 111101 |
Color Harmonies of #C84AEB
Complementary color
Monochromatic Colors of #C84AEB
Black with #C84AEB
Text Example
Text Example
White with #C84AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84AEB; }
p { color: rgb(200,74,235); }
H1.HeaderClassName
{
color: #C84AEB;
}
.AnyTagClassName
{
color: #C84AEB;
}
</style>
background-color css
<style>
a { background-color: #C84AEB; }
a { background-color: rgb(200,74,235); }
div.DivClassName
{
background-color: #C84AEB;
}
.BgClassName
{
background-color: #C84AEB;
}
</style>
border-color css
<style>
span { border-color: #C84AEB; }
span { border-color: rgb(200,74,235); }
td.TdClassName
{
border-color: #C84AEB;
}
.TagClassName
{
border-color: #C84AEB;
}
</style>