Shades of Medium Orchid #C043DC
Tints of Medium Orchid #C043DC
RGB
CMYK
RGB Variations
Color information
#C043DC (or 0xC043DC) is known color: Medium Orchid. HEX triplet: C0, 43 and DC. RGB value is (192,67,220). Sum of RGB (Red+Green+Blue) = 192+67+220=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 67 (26.56% from 255 or 13.99% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #C043DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C043DC is #3FBC23. Grayscale: #797979. Windows color (decimal): -4176932 or 14435264. OLE color: 14435264.
HSL color Cylindrical-coordinate representation of color #C043DC: hue angle of 289.02º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C043DC is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 67 | 220 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.14 |
| HSL | 289.02º | 0.69% | 0.56% | - |
| HSV(B) | 289.02º | 0.7% | 0.86% | - |
| XYZ | 36.66 | 20.39 | 69.71 | - |
| YUV | 121.82 | 183.41 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 220 | 0.13 | 0.70 | 0 | 0.14 | 289.02 | 0.69 | 0.56 |
| Hex | C0 | 43 | DC | D | 46 | 0 | E | 121 | 45 | 38 |
| Octal | 300 | 103 | 334 | 15 | 106 | 0 | 16 | 441 | 105 | 70 |
| Binary | 11000000 | 1000011 | 11011100 | 1101 | 1000110 | 0 | 1110 | 100100001 | 1000101 | 111000 |
Color Harmonies of #C043DC
Complementary color
Monochromatic Colors of #C043DC
Black with #C043DC
Text Example
Text Example
White with #C043DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C043DC; }
p { color: rgb(192,67,220); }
H1.HeaderClassName
{
color: #C043DC;
}
.AnyTagClassName
{
color: #C043DC;
}
</style>
background-color css
<style>
a { background-color: #C043DC; }
a { background-color: rgb(192,67,220); }
div.DivClassName
{
background-color: #C043DC;
}
.BgClassName
{
background-color: #C043DC;
}
</style>
border-color css
<style>
span { border-color: #C043DC; }
span { border-color: rgb(192,67,220); }
td.TdClassName
{
border-color: #C043DC;
}
.TagClassName
{
border-color: #C043DC;
}
</style>