Shades of Medium Orchid #C845EC
Tints of Medium Orchid #C845EC
RGB
CMYK
RGB Variations
Color information
#C845EC (or 0xC845EC) is known color: Medium Orchid. HEX triplet: C8, 45 and EC. RGB value is (200,69,236). Sum of RGB (Red+Green+Blue) = 200+69+236=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 69 (27.34% from 255 or 13.66% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #C845EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C845EC is #37BA13. Grayscale: #7E7E7E. Windows color (decimal): -3652116 or 15484360. OLE color: 15484360.
HSL color Cylindrical-coordinate representation of color #C845EC: hue angle of 287.07º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C845EC is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 69 | 236 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.07 |
| HSL | 287.07º | 0.81% | 0.6% | - |
| HSV(B) | 287.07º | 0.71% | 0.93% | - |
| XYZ | 41.09 | 22.59 | 81.55 | - |
| YUV | 127.21 | 189.4 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 236 | 0.15 | 0.71 | 0 | 0.07 | 287.07 | 0.81 | 0.6 |
| Hex | C8 | 45 | EC | F | 47 | 0 | 7 | 11F | 51 | 3C |
| Octal | 310 | 105 | 354 | 17 | 107 | 0 | 7 | 437 | 121 | 74 |
| Binary | 11001000 | 1000101 | 11101100 | 1111 | 1000111 | 0 | 111 | 100011111 | 1010001 | 111100 |
Color Harmonies of #C845EC
Complementary color
Monochromatic Colors of #C845EC
Black with #C845EC
Text Example
Text Example
White with #C845EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C845EC; }
p { color: rgb(200,69,236); }
H1.HeaderClassName
{
color: #C845EC;
}
.AnyTagClassName
{
color: #C845EC;
}
</style>
background-color css
<style>
a { background-color: #C845EC; }
a { background-color: rgb(200,69,236); }
div.DivClassName
{
background-color: #C845EC;
}
.BgClassName
{
background-color: #C845EC;
}
</style>
border-color css
<style>
span { border-color: #C845EC; }
span { border-color: rgb(200,69,236); }
td.TdClassName
{
border-color: #C845EC;
}
.TagClassName
{
border-color: #C845EC;
}
</style>