Shades of Medium Orchid #C044E0
Tints of Medium Orchid #C044E0
RGB
CMYK
RGB Variations
Color information
#C044E0 (or 0xC044E0) is known color: Medium Orchid. HEX triplet: C0, 44 and E0. RGB value is (192,68,224). Sum of RGB (Red+Green+Blue) = 192+68+224=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 68 (26.95% from 255 or 14.05% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 224 - color contains mainly: blue. Hex color #C044E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C044E0 is #3FBB1F. Grayscale: #7A7A7A. Windows color (decimal): -4176672 or 14697664. OLE color: 14697664.
HSL color Cylindrical-coordinate representation of color #C044E0: hue angle of 287.69º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C044E0 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 68 | 224 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.12 |
| HSL | 287.69º | 0.72% | 0.57% | - |
| HSV(B) | 287.69º | 0.7% | 0.88% | - |
| XYZ | 37.26 | 20.72 | 72.56 | - |
| YUV | 122.86 | 185.08 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 224 | 0.14 | 0.70 | 0 | 0.12 | 287.69 | 0.72 | 0.57 |
| Hex | C0 | 44 | E0 | E | 46 | 0 | C | 120 | 48 | 39 |
| Octal | 300 | 104 | 340 | 16 | 106 | 0 | 14 | 440 | 110 | 71 |
| Binary | 11000000 | 1000100 | 11100000 | 1110 | 1000110 | 0 | 1100 | 100100000 | 1001000 | 111001 |
Color Harmonies of #C044E0
Complementary color
Monochromatic Colors of #C044E0
Black with #C044E0
Text Example
Text Example
White with #C044E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C044E0; }
p { color: rgb(192,68,224); }
H1.HeaderClassName
{
color: #C044E0;
}
.AnyTagClassName
{
color: #C044E0;
}
</style>
background-color css
<style>
a { background-color: #C044E0; }
a { background-color: rgb(192,68,224); }
div.DivClassName
{
background-color: #C044E0;
}
.BgClassName
{
background-color: #C044E0;
}
</style>
border-color css
<style>
span { border-color: #C044E0; }
span { border-color: rgb(192,68,224); }
td.TdClassName
{
border-color: #C044E0;
}
.TagClassName
{
border-color: #C044E0;
}
</style>