Shades of Medium Orchid #C044EF
Tints of Medium Orchid #C044EF
RGB
CMYK
RGB Variations
Color information
#C044EF (or 0xC044EF) is known color: Medium Orchid. HEX triplet: C0, 44 and EF. RGB value is (192,68,239). Sum of RGB (Red+Green+Blue) = 192+68+239=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 68 (26.95% from 255 or 13.63% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #C044EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C044EF is #3FBB10. Grayscale: #7C7C7C. Windows color (decimal): -4176657 or 15680704. OLE color: 15680704.
HSL color Cylindrical-coordinate representation of color #C044EF: hue angle of 283.51º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C044EF is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 68 | 239 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.06 |
| HSL | 283.51º | 0.84% | 0.6% | - |
| HSV(B) | 283.51º | 0.72% | 0.94% | - |
| XYZ | 39.39 | 21.57 | 83.75 | - |
| YUV | 124.57 | 192.58 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 239 | 0.20 | 0.72 | 0 | 0.06 | 283.51 | 0.84 | 0.6 |
| Hex | C0 | 44 | EF | 14 | 48 | 0 | 6 | 11C | 54 | 3C |
| Octal | 300 | 104 | 357 | 24 | 110 | 0 | 6 | 434 | 124 | 74 |
| Binary | 11000000 | 1000100 | 11101111 | 10100 | 1001000 | 0 | 110 | 100011100 | 1010100 | 111100 |
Color Harmonies of #C044EF
Complementary color
Monochromatic Colors of #C044EF
Black with #C044EF
Text Example
Text Example
White with #C044EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C044EF; }
p { color: rgb(192,68,239); }
H1.HeaderClassName
{
color: #C044EF;
}
.AnyTagClassName
{
color: #C044EF;
}
</style>
background-color css
<style>
a { background-color: #C044EF; }
a { background-color: rgb(192,68,239); }
div.DivClassName
{
background-color: #C044EF;
}
.BgClassName
{
background-color: #C044EF;
}
</style>
border-color css
<style>
span { border-color: #C044EF; }
span { border-color: rgb(192,68,239); }
td.TdClassName
{
border-color: #C044EF;
}
.TagClassName
{
border-color: #C044EF;
}
</style>