Shades of Medium Orchid #C846EB
Tints of Medium Orchid #C846EB
RGB
CMYK
RGB Variations
Color information
#C846EB (or 0xC846EB) is known color: Medium Orchid. HEX triplet: C8, 46 and EB. RGB value is (200,70,235). Sum of RGB (Red+Green+Blue) = 200+70+235=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 70 (27.73% from 255 or 13.86% from 505); Blue value is 235 (92.19% from 255 or 46.53% from 505); Max value from RGB is 235 - color contains mainly: blue. Hex color #C846EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C846EB is #37B914. Grayscale: #7F7F7F. Windows color (decimal): -3651861 or 15419080. OLE color: 15419080.
HSL color Cylindrical-coordinate representation of color #C846EB: hue angle of 287.27º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C846EB is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 70 | 235 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.08 |
| HSL | 287.27º | 0.8% | 0.6% | - |
| HSV(B) | 287.27º | 0.7% | 0.92% | - |
| XYZ | 41 | 22.66 | 80.81 | - |
| YUV | 127.68 | 188.57 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 70 | 235 | 0.15 | 0.70 | 0 | 0.08 | 287.27 | 0.8 | 0.6 |
| Hex | C8 | 46 | EB | F | 46 | 0 | 8 | 11F | 50 | 3C |
| Octal | 310 | 106 | 353 | 17 | 106 | 0 | 10 | 437 | 120 | 74 |
| Binary | 11001000 | 1000110 | 11101011 | 1111 | 1000110 | 0 | 1000 | 100011111 | 1010000 | 111100 |
Color Harmonies of #C846EB
Complementary color
Monochromatic Colors of #C846EB
Black with #C846EB
Text Example
Text Example
White with #C846EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C846EB; }
p { color: rgb(200,70,235); }
H1.HeaderClassName
{
color: #C846EB;
}
.AnyTagClassName
{
color: #C846EB;
}
</style>
background-color css
<style>
a { background-color: #C846EB; }
a { background-color: rgb(200,70,235); }
div.DivClassName
{
background-color: #C846EB;
}
.BgClassName
{
background-color: #C846EB;
}
</style>
border-color css
<style>
span { border-color: #C846EB; }
span { border-color: rgb(200,70,235); }
td.TdClassName
{
border-color: #C846EB;
}
.TagClassName
{
border-color: #C846EB;
}
</style>