Shades of Medium Orchid #C44DE0
Tints of Medium Orchid #C44DE0
RGB
CMYK
RGB Variations
Color information
#C44DE0 (or 0xC44DE0) is known color: Medium Orchid. HEX triplet: C4, 4D and E0. RGB value is (196,77,224). Sum of RGB (Red+Green+Blue) = 196+77+224=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 77 (30.47% from 255 or 15.49% from 497); Blue value is 224 (87.89% from 255 or 45.07% from 497); Max value from RGB is 224 - color contains mainly: blue. Hex color #C44DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44DE0 is #3BB21F. Grayscale: #808080. Windows color (decimal): -3912224 or 14699972. OLE color: 14699972.
HSL color Cylindrical-coordinate representation of color #C44DE0: hue angle of 288.57º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C44DE0 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 77 | 224 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.12 |
| HSL | 288.57º | 0.7% | 0.59% | - |
| HSV(B) | 288.57º | 0.66% | 0.88% | - |
| XYZ | 38.87 | 22.43 | 72.8 | - |
| YUV | 129.34 | 181.42 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 224 | 0.12 | 0.66 | 0 | 0.12 | 288.57 | 0.7 | 0.59 |
| Hex | C4 | 4D | E0 | C | 42 | 0 | C | 121 | 46 | 3B |
| Octal | 304 | 115 | 340 | 14 | 102 | 0 | 14 | 441 | 106 | 73 |
| Binary | 11000100 | 1001101 | 11100000 | 1100 | 1000010 | 0 | 1100 | 100100001 | 1000110 | 111011 |
Color Harmonies of #C44DE0
Complementary color
Monochromatic Colors of #C44DE0
Black with #C44DE0
Text Example
Text Example
White with #C44DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44DE0; }
p { color: rgb(196,77,224); }
H1.HeaderClassName
{
color: #C44DE0;
}
.AnyTagClassName
{
color: #C44DE0;
}
</style>
background-color css
<style>
a { background-color: #C44DE0; }
a { background-color: rgb(196,77,224); }
div.DivClassName
{
background-color: #C44DE0;
}
.BgClassName
{
background-color: #C44DE0;
}
</style>
border-color css
<style>
span { border-color: #C44DE0; }
span { border-color: rgb(196,77,224); }
td.TdClassName
{
border-color: #C44DE0;
}
.TagClassName
{
border-color: #C44DE0;
}
</style>