Shades of Medium Orchid #C44FEC
Tints of Medium Orchid #C44FEC
RGB
CMYK
RGB Variations
Color information
#C44FEC (or 0xC44FEC) is known color: Medium Orchid. HEX triplet: C4, 4F and EC. RGB value is (196,79,236). Sum of RGB (Red+Green+Blue) = 196+79+236=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 79 (31.25% from 255 or 15.46% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #C44FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C44FEC is #3BB013. Grayscale: #838383. Windows color (decimal): -3911700 or 15486916. OLE color: 15486916.
HSL color Cylindrical-coordinate representation of color #C44FEC: hue angle of 284.71º 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 #C44FEC is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 79 | 236 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.07 |
| HSL | 284.71º | 0.81% | 0.62% | - |
| HSV(B) | 284.71º | 0.67% | 0.93% | - |
| XYZ | 40.7 | 23.38 | 81.73 | - |
| YUV | 131.88 | 186.76 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 79 | 236 | 0.17 | 0.67 | 0 | 0.07 | 284.71 | 0.81 | 0.62 |
| Hex | C4 | 4F | EC | 11 | 43 | 0 | 7 | 11D | 51 | 3E |
| Octal | 304 | 117 | 354 | 21 | 103 | 0 | 7 | 435 | 121 | 76 |
| Binary | 11000100 | 1001111 | 11101100 | 10001 | 1000011 | 0 | 111 | 100011101 | 1010001 | 111110 |
Color Harmonies of #C44FEC
Complementary color
Monochromatic Colors of #C44FEC
Black with #C44FEC
Text Example
Text Example
White with #C44FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44FEC; }
p { color: rgb(196,79,236); }
H1.HeaderClassName
{
color: #C44FEC;
}
.AnyTagClassName
{
color: #C44FEC;
}
</style>
background-color css
<style>
a { background-color: #C44FEC; }
a { background-color: rgb(196,79,236); }
div.DivClassName
{
background-color: #C44FEC;
}
.BgClassName
{
background-color: #C44FEC;
}
</style>
border-color css
<style>
span { border-color: #C44FEC; }
span { border-color: rgb(196,79,236); }
td.TdClassName
{
border-color: #C44FEC;
}
.TagClassName
{
border-color: #C44FEC;
}
</style>