Shades of Medium Orchid #C44EDE
Tints of Medium Orchid #C44EDE
RGB
CMYK
RGB Variations
Color information
#C44EDE (or 0xC44EDE) is known color: Medium Orchid. HEX triplet: C4, 4E and DE. RGB value is (196,78,222). Sum of RGB (Red+Green+Blue) = 196+78+222=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 78 (30.86% from 255 or 15.73% from 496); Blue value is 222 (87.11% from 255 or 44.76% from 496); Max value from RGB is 222 - color contains mainly: blue. Hex color #C44EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44EDE is #3BB121. Grayscale: #818181. Windows color (decimal): -3911970 or 14569156. OLE color: 14569156.
HSL color Cylindrical-coordinate representation of color #C44EDE: hue angle of 289.17º 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 #C44EDE is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 78 | 222 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.13 |
| HSL | 289.17º | 0.69% | 0.59% | - |
| HSV(B) | 289.17º | 0.65% | 0.87% | - |
| XYZ | 38.67 | 22.46 | 71.4 | - |
| YUV | 129.7 | 180.09 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 78 | 222 | 0.12 | 0.65 | 0 | 0.13 | 289.17 | 0.69 | 0.59 |
| Hex | C4 | 4E | DE | C | 41 | 0 | D | 121 | 45 | 3B |
| Octal | 304 | 116 | 336 | 14 | 101 | 0 | 15 | 441 | 105 | 73 |
| Binary | 11000100 | 1001110 | 11011110 | 1100 | 1000001 | 0 | 1101 | 100100001 | 1000101 | 111011 |
Color Harmonies of #C44EDE
Complementary color
Monochromatic Colors of #C44EDE
Black with #C44EDE
Text Example
Text Example
White with #C44EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44EDE; }
p { color: rgb(196,78,222); }
H1.HeaderClassName
{
color: #C44EDE;
}
.AnyTagClassName
{
color: #C44EDE;
}
</style>
background-color css
<style>
a { background-color: #C44EDE; }
a { background-color: rgb(196,78,222); }
div.DivClassName
{
background-color: #C44EDE;
}
.BgClassName
{
background-color: #C44EDE;
}
</style>
border-color css
<style>
span { border-color: #C44EDE; }
span { border-color: rgb(196,78,222); }
td.TdClassName
{
border-color: #C44EDE;
}
.TagClassName
{
border-color: #C44EDE;
}
</style>