Shades of Medium Orchid #C044DC
Tints of Medium Orchid #C044DC
RGB
CMYK
RGB Variations
Color information
#C044DC (or 0xC044DC) is known color: Medium Orchid. HEX triplet: C0, 44 and DC. RGB value is (192,68,220). Sum of RGB (Red+Green+Blue) = 192+68+220=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 68 (26.95% from 255 or 14.17% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #C044DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C044DC is #3FBB23. Grayscale: #797979. Windows color (decimal): -4176676 or 14435520. OLE color: 14435520.
HSL color Cylindrical-coordinate representation of color #C044DC: hue angle of 288.95º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C044DC is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 68 | 220 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.14 |
| HSL | 288.95º | 0.68% | 0.56% | - |
| HSV(B) | 288.95º | 0.69% | 0.86% | - |
| XYZ | 36.72 | 20.51 | 69.73 | - |
| YUV | 122.4 | 183.08 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 220 | 0.13 | 0.69 | 0 | 0.14 | 288.95 | 0.68 | 0.56 |
| Hex | C0 | 44 | DC | D | 45 | 0 | E | 121 | 44 | 38 |
| Octal | 300 | 104 | 334 | 15 | 105 | 0 | 16 | 441 | 104 | 70 |
| Binary | 11000000 | 1000100 | 11011100 | 1101 | 1000101 | 0 | 1110 | 100100001 | 1000100 | 111000 |
Color Harmonies of #C044DC
Complementary color
Monochromatic Colors of #C044DC
Black with #C044DC
Text Example
Text Example
White with #C044DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C044DC; }
p { color: rgb(192,68,220); }
H1.HeaderClassName
{
color: #C044DC;
}
.AnyTagClassName
{
color: #C044DC;
}
</style>
background-color css
<style>
a { background-color: #C044DC; }
a { background-color: rgb(192,68,220); }
div.DivClassName
{
background-color: #C044DC;
}
.BgClassName
{
background-color: #C044DC;
}
</style>
border-color css
<style>
span { border-color: #C044DC; }
span { border-color: rgb(192,68,220); }
td.TdClassName
{
border-color: #C044DC;
}
.TagClassName
{
border-color: #C044DC;
}
</style>