Shades of Medium Orchid #C44EDF
Tints of Medium Orchid #C44EDF
RGB
CMYK
RGB Variations
Color information
#C44EDF (or 0xC44EDF) is known color: Medium Orchid. HEX triplet: C4, 4E and DF. RGB value is (196,78,223). Sum of RGB (Red+Green+Blue) = 196+78+223=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 78 (30.86% from 255 or 15.69% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #C44EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44EDF is #3BB120. Grayscale: #818181. Windows color (decimal): -3911969 or 14634692. OLE color: 14634692.
HSL color Cylindrical-coordinate representation of color #C44EDF: hue angle of 288.83º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C44EDF is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 78 | 223 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.13 |
| HSL | 288.83º | 0.69% | 0.59% | - |
| HSV(B) | 288.83º | 0.65% | 0.87% | - |
| XYZ | 38.81 | 22.51 | 72.11 | - |
| YUV | 129.81 | 180.59 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 78 | 223 | 0.12 | 0.65 | 0 | 0.13 | 288.83 | 0.69 | 0.59 |
| Hex | C4 | 4E | DF | C | 41 | 0 | D | 121 | 45 | 3B |
| Octal | 304 | 116 | 337 | 14 | 101 | 0 | 15 | 441 | 105 | 73 |
| Binary | 11000100 | 1001110 | 11011111 | 1100 | 1000001 | 0 | 1101 | 100100001 | 1000101 | 111011 |
Color Harmonies of #C44EDF
Complementary color
Monochromatic Colors of #C44EDF
Black with #C44EDF
Text Example
Text Example
White with #C44EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44EDF; }
p { color: rgb(196,78,223); }
H1.HeaderClassName
{
color: #C44EDF;
}
.AnyTagClassName
{
color: #C44EDF;
}
</style>
background-color css
<style>
a { background-color: #C44EDF; }
a { background-color: rgb(196,78,223); }
div.DivClassName
{
background-color: #C44EDF;
}
.BgClassName
{
background-color: #C44EDF;
}
</style>
border-color css
<style>
span { border-color: #C44EDF; }
span { border-color: rgb(196,78,223); }
td.TdClassName
{
border-color: #C44EDF;
}
.TagClassName
{
border-color: #C44EDF;
}
</style>