Shades of Medium Orchid #C849E3
Tints of Medium Orchid #C849E3
RGB
CMYK
RGB Variations
Color information
#C849E3 (or 0xC849E3) is known color: Medium Orchid. HEX triplet: C8, 49 and E3. RGB value is (200,73,227). Sum of RGB (Red+Green+Blue) = 200+73+227=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 73 (28.91% from 255 or 14.6% from 500); Blue value is 227 (89.06% from 255 or 45.4% from 500); Max value from RGB is 227 - color contains mainly: blue. Hex color #C849E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C849E3 is #37B61C. Grayscale: #808080. Windows color (decimal): -3651101 or 14895560. OLE color: 14895560.
HSL color Cylindrical-coordinate representation of color #C849E3: hue angle of 289.48º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C849E3 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 73 | 227 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.11 |
| HSL | 289.48º | 0.73% | 0.59% | - |
| HSV(B) | 289.48º | 0.68% | 0.89% | - |
| XYZ | 40.07 | 22.59 | 74.92 | - |
| YUV | 128.53 | 183.58 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 227 | 0.12 | 0.68 | 0 | 0.11 | 289.48 | 0.73 | 0.59 |
| Hex | C8 | 49 | E3 | C | 44 | 0 | B | 121 | 49 | 3B |
| Octal | 310 | 111 | 343 | 14 | 104 | 0 | 13 | 441 | 111 | 73 |
| Binary | 11001000 | 1001001 | 11100011 | 1100 | 1000100 | 0 | 1011 | 100100001 | 1001001 | 111011 |
Color Harmonies of #C849E3
Complementary color
Monochromatic Colors of #C849E3
Black with #C849E3
Text Example
Text Example
White with #C849E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C849E3; }
p { color: rgb(200,73,227); }
H1.HeaderClassName
{
color: #C849E3;
}
.AnyTagClassName
{
color: #C849E3;
}
</style>
background-color css
<style>
a { background-color: #C849E3; }
a { background-color: rgb(200,73,227); }
div.DivClassName
{
background-color: #C849E3;
}
.BgClassName
{
background-color: #C849E3;
}
</style>
border-color css
<style>
span { border-color: #C849E3; }
span { border-color: rgb(200,73,227); }
td.TdClassName
{
border-color: #C849E3;
}
.TagClassName
{
border-color: #C849E3;
}
</style>