Shades of Medium Orchid #C44EEC
Tints of Medium Orchid #C44EEC
RGB
CMYK
RGB Variations
Color information
#C44EEC (or 0xC44EEC) is known color: Medium Orchid. HEX triplet: C4, 4E and EC. RGB value is (196,78,236). Sum of RGB (Red+Green+Blue) = 196+78+236=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 78 (30.86% from 255 or 15.29% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #C44EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C44EEC is #3BB113. Grayscale: #828282. Windows color (decimal): -3911956 or 15486660. OLE color: 15486660.
HSL color Cylindrical-coordinate representation of color #C44EEC: hue angle of 284.81º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C44EEC is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 78 | 236 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.07 |
| HSL | 284.81º | 0.81% | 0.62% | - |
| HSV(B) | 284.81º | 0.67% | 0.93% | - |
| XYZ | 40.63 | 23.24 | 81.7 | - |
| YUV | 131.29 | 187.09 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 78 | 236 | 0.17 | 0.67 | 0 | 0.07 | 284.81 | 0.81 | 0.62 |
| Hex | C4 | 4E | EC | 11 | 43 | 0 | 7 | 11D | 51 | 3E |
| Octal | 304 | 116 | 354 | 21 | 103 | 0 | 7 | 435 | 121 | 76 |
| Binary | 11000100 | 1001110 | 11101100 | 10001 | 1000011 | 0 | 111 | 100011101 | 1010001 | 111110 |
Color Harmonies of #C44EEC
Complementary color
Monochromatic Colors of #C44EEC
Black with #C44EEC
Text Example
Text Example
White with #C44EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44EEC; }
p { color: rgb(196,78,236); }
H1.HeaderClassName
{
color: #C44EEC;
}
.AnyTagClassName
{
color: #C44EEC;
}
</style>
background-color css
<style>
a { background-color: #C44EEC; }
a { background-color: rgb(196,78,236); }
div.DivClassName
{
background-color: #C44EEC;
}
.BgClassName
{
background-color: #C44EEC;
}
</style>
border-color css
<style>
span { border-color: #C44EEC; }
span { border-color: rgb(196,78,236); }
td.TdClassName
{
border-color: #C44EEC;
}
.TagClassName
{
border-color: #C44EEC;
}
</style>