Shades of Medium Orchid #C845E0
Tints of Medium Orchid #C845E0
RGB
CMYK
RGB Variations
Color information
#C845E0 (or 0xC845E0) is known color: Medium Orchid. HEX triplet: C8, 45 and E0. RGB value is (200,69,224). Sum of RGB (Red+Green+Blue) = 200+69+224=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 69 (27.34% from 255 or 14.00% from 493); Blue value is 224 (87.89% from 255 or 45.44% from 493); Max value from RGB is 224 - color contains mainly: blue. Hex color #C845E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C845E0 is #37BA1F. Grayscale: #7D7D7D. Windows color (decimal): -3652128 or 14697928. OLE color: 14697928.
HSL color Cylindrical-coordinate representation of color #C845E0: hue angle of 290.71º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C845E0 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 69 | 224 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.12 |
| HSL | 290.71º | 0.71% | 0.57% | - |
| HSV(B) | 290.71º | 0.69% | 0.88% | - |
| XYZ | 39.4 | 21.92 | 72.67 | - |
| YUV | 125.84 | 183.4 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 224 | 0.11 | 0.69 | 0 | 0.12 | 290.71 | 0.71 | 0.57 |
| Hex | C8 | 45 | E0 | B | 45 | 0 | C | 123 | 47 | 39 |
| Octal | 310 | 105 | 340 | 13 | 105 | 0 | 14 | 443 | 107 | 71 |
| Binary | 11001000 | 1000101 | 11100000 | 1011 | 1000101 | 0 | 1100 | 100100011 | 1000111 | 111001 |
Color Harmonies of #C845E0
Complementary color
Monochromatic Colors of #C845E0
Black with #C845E0
Text Example
Text Example
White with #C845E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C845E0; }
p { color: rgb(200,69,224); }
H1.HeaderClassName
{
color: #C845E0;
}
.AnyTagClassName
{
color: #C845E0;
}
</style>
background-color css
<style>
a { background-color: #C845E0; }
a { background-color: rgb(200,69,224); }
div.DivClassName
{
background-color: #C845E0;
}
.BgClassName
{
background-color: #C845E0;
}
</style>
border-color css
<style>
span { border-color: #C845E0; }
span { border-color: rgb(200,69,224); }
td.TdClassName
{
border-color: #C845E0;
}
.TagClassName
{
border-color: #C845E0;
}
</style>