Shades of Medium Orchid #C044E6
Tints of Medium Orchid #C044E6
RGB
CMYK
RGB Variations
Color information
#C044E6 (or 0xC044E6) is known color: Medium Orchid. HEX triplet: C0, 44 and E6. RGB value is (192,68,230). Sum of RGB (Red+Green+Blue) = 192+68+230=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 68 (26.95% from 255 or 13.88% from 490); Blue value is 230 (90.23% from 255 or 46.94% from 490); Max value from RGB is 230 - color contains mainly: blue. Hex color #C044E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C044E6 is #3FBB19. Grayscale: #7B7B7B. Windows color (decimal): -4176666 or 15090880. OLE color: 15090880.
HSL color Cylindrical-coordinate representation of color #C044E6: hue angle of 285.93º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C044E6 is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 68 | 230 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.10 |
| HSL | 285.93º | 0.76% | 0.58% | - |
| HSV(B) | 285.93º | 0.7% | 0.9% | - |
| XYZ | 38.09 | 21.05 | 76.92 | - |
| YUV | 123.54 | 188.08 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 230 | 0.17 | 0.70 | 0 | 0.10 | 285.93 | 0.76 | 0.58 |
| Hex | C0 | 44 | E6 | 11 | 46 | 0 | A | 11E | 4C | 3A |
| Octal | 300 | 104 | 346 | 21 | 106 | 0 | 12 | 436 | 114 | 72 |
| Binary | 11000000 | 1000100 | 11100110 | 10001 | 1000110 | 0 | 1010 | 100011110 | 1001100 | 111010 |
Color Harmonies of #C044E6
Complementary color
Monochromatic Colors of #C044E6
Black with #C044E6
Text Example
Text Example
White with #C044E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C044E6; }
p { color: rgb(192,68,230); }
H1.HeaderClassName
{
color: #C044E6;
}
.AnyTagClassName
{
color: #C044E6;
}
</style>
background-color css
<style>
a { background-color: #C044E6; }
a { background-color: rgb(192,68,230); }
div.DivClassName
{
background-color: #C044E6;
}
.BgClassName
{
background-color: #C044E6;
}
</style>
border-color css
<style>
span { border-color: #C044E6; }
span { border-color: rgb(192,68,230); }
td.TdClassName
{
border-color: #C044E6;
}
.TagClassName
{
border-color: #C044E6;
}
</style>