Shades of Medium Orchid #C846EA
Tints of Medium Orchid #C846EA
RGB
CMYK
RGB Variations
Color information
#C846EA (or 0xC846EA) is known color: Medium Orchid. HEX triplet: C8, 46 and EA. RGB value is (200,70,234). Sum of RGB (Red+Green+Blue) = 200+70+234=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 70 (27.73% from 255 or 13.89% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #C846EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C846EA is #37B915. Grayscale: #7F7F7F. Windows color (decimal): -3651862 or 15353544. OLE color: 15353544.
HSL color Cylindrical-coordinate representation of color #C846EA: hue angle of 287.56º 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 #C846EA is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 70 | 234 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.08 |
| HSL | 287.56º | 0.8% | 0.6% | - |
| HSV(B) | 287.56º | 0.7% | 0.92% | - |
| XYZ | 40.86 | 22.6 | 80.05 | - |
| YUV | 127.57 | 188.07 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 70 | 234 | 0.15 | 0.70 | 0 | 0.08 | 287.56 | 0.8 | 0.6 |
| Hex | C8 | 46 | EA | F | 46 | 0 | 8 | 120 | 50 | 3C |
| Octal | 310 | 106 | 352 | 17 | 106 | 0 | 10 | 440 | 120 | 74 |
| Binary | 11001000 | 1000110 | 11101010 | 1111 | 1000110 | 0 | 1000 | 100100000 | 1010000 | 111100 |
Color Harmonies of #C846EA
Complementary color
Monochromatic Colors of #C846EA
Black with #C846EA
Text Example
Text Example
White with #C846EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C846EA; }
p { color: rgb(200,70,234); }
H1.HeaderClassName
{
color: #C846EA;
}
.AnyTagClassName
{
color: #C846EA;
}
</style>
background-color css
<style>
a { background-color: #C846EA; }
a { background-color: rgb(200,70,234); }
div.DivClassName
{
background-color: #C846EA;
}
.BgClassName
{
background-color: #C846EA;
}
</style>
border-color css
<style>
span { border-color: #C846EA; }
span { border-color: rgb(200,70,234); }
td.TdClassName
{
border-color: #C846EA;
}
.TagClassName
{
border-color: #C846EA;
}
</style>