Shades of Medium Orchid #C84EEB
Tints of Medium Orchid #C84EEB
RGB
CMYK
RGB Variations
Color information
#C84EEB (or 0xC84EEB) is known color: Medium Orchid. HEX triplet: C8, 4E and EB. RGB value is (200,78,235). Sum of RGB (Red+Green+Blue) = 200+78+235=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 78 (30.86% from 255 or 15.20% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #C84EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C84EEB is #37B114. Grayscale: #838383. Windows color (decimal): -3649813 or 15421128. OLE color: 15421128.
HSL color Cylindrical-coordinate representation of color #C84EEB: hue angle of 286.62º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C84EEB is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 78 | 235 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.08 |
| HSL | 286.62º | 0.8% | 0.61% | - |
| HSV(B) | 286.62º | 0.67% | 0.92% | - |
| XYZ | 41.54 | 23.73 | 80.99 | - |
| YUV | 132.38 | 185.92 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 78 | 235 | 0.15 | 0.67 | 0 | 0.08 | 286.62 | 0.8 | 0.61 |
| Hex | C8 | 4E | EB | F | 43 | 0 | 8 | 11F | 50 | 3D |
| Octal | 310 | 116 | 353 | 17 | 103 | 0 | 10 | 437 | 120 | 75 |
| Binary | 11001000 | 1001110 | 11101011 | 1111 | 1000011 | 0 | 1000 | 100011111 | 1010000 | 111101 |
Color Harmonies of #C84EEB
Complementary color
Monochromatic Colors of #C84EEB
Black with #C84EEB
Text Example
Text Example
White with #C84EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84EEB; }
p { color: rgb(200,78,235); }
H1.HeaderClassName
{
color: #C84EEB;
}
.AnyTagClassName
{
color: #C84EEB;
}
</style>
background-color css
<style>
a { background-color: #C84EEB; }
a { background-color: rgb(200,78,235); }
div.DivClassName
{
background-color: #C84EEB;
}
.BgClassName
{
background-color: #C84EEB;
}
</style>
border-color css
<style>
span { border-color: #C84EEB; }
span { border-color: rgb(200,78,235); }
td.TdClassName
{
border-color: #C84EEB;
}
.TagClassName
{
border-color: #C84EEB;
}
</style>