Shades of Medium Orchid #C44EDC
Tints of Medium Orchid #C44EDC
RGB
CMYK
RGB Variations
Color information
#C44EDC (or 0xC44EDC) is known color: Medium Orchid. HEX triplet: C4, 4E and DC. RGB value is (196,78,220). Sum of RGB (Red+Green+Blue) = 196+78+220=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 78 (30.86% from 255 or 15.79% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #C44EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44EDC is #3BB123. Grayscale: #818181. Windows color (decimal): -3911972 or 14438084. OLE color: 14438084.
HSL color Cylindrical-coordinate representation of color #C44EDC: hue angle of 289.86º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C44EDC is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 78 | 220 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.14 |
| HSL | 289.86º | 0.67% | 0.58% | - |
| HSV(B) | 289.86º | 0.65% | 0.86% | - |
| XYZ | 38.41 | 22.35 | 70 | - |
| YUV | 129.47 | 179.09 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 78 | 220 | 0.11 | 0.65 | 0 | 0.14 | 289.86 | 0.67 | 0.58 |
| Hex | C4 | 4E | DC | B | 41 | 0 | E | 122 | 43 | 3A |
| Octal | 304 | 116 | 334 | 13 | 101 | 0 | 16 | 442 | 103 | 72 |
| Binary | 11000100 | 1001110 | 11011100 | 1011 | 1000001 | 0 | 1110 | 100100010 | 1000011 | 111010 |
Color Harmonies of #C44EDC
Complementary color
Monochromatic Colors of #C44EDC
Black with #C44EDC
Text Example
Text Example
White with #C44EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44EDC; }
p { color: rgb(196,78,220); }
H1.HeaderClassName
{
color: #C44EDC;
}
.AnyTagClassName
{
color: #C44EDC;
}
</style>
background-color css
<style>
a { background-color: #C44EDC; }
a { background-color: rgb(196,78,220); }
div.DivClassName
{
background-color: #C44EDC;
}
.BgClassName
{
background-color: #C44EDC;
}
</style>
border-color css
<style>
span { border-color: #C44EDC; }
span { border-color: rgb(196,78,220); }
td.TdClassName
{
border-color: #C44EDC;
}
.TagClassName
{
border-color: #C44EDC;
}
</style>