Shades of Medium Orchid #C046D0
Tints of Medium Orchid #C046D0
RGB
CMYK
RGB Variations
Color information
#C046D0 (or 0xC046D0) is known color: Medium Orchid. HEX triplet: C0, 46 and D0. RGB value is (192,70,208). Sum of RGB (Red+Green+Blue) = 192+70+208=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 70 (27.73% from 255 or 14.89% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 208 - color contains mainly: blue. Hex color #C046D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C046D0 is #3FB92F. Grayscale: #797979. Windows color (decimal): -4176176 or 13649600. OLE color: 13649600.
HSL color Cylindrical-coordinate representation of color #C046D0: hue angle of 293.04º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C046D0 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 70 | 208 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.18 |
| HSL | 293.04º | 0.59% | 0.55% | - |
| HSV(B) | 293.04º | 0.66% | 0.82% | - |
| XYZ | 35.31 | 20.14 | 61.7 | - |
| YUV | 122.21 | 176.42 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 208 | 0.08 | 0.66 | 0 | 0.18 | 293.04 | 0.59 | 0.55 |
| Hex | C0 | 46 | D0 | 8 | 42 | 0 | 12 | 125 | 3B | 37 |
| Octal | 300 | 106 | 320 | 10 | 102 | 0 | 22 | 445 | 73 | 67 |
| Binary | 11000000 | 1000110 | 11010000 | 1000 | 1000010 | 0 | 10010 | 100100101 | 111011 | 110111 |
Color Harmonies of #C046D0
Complementary color
Monochromatic Colors of #C046D0
Black with #C046D0
Text Example
Text Example
White with #C046D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C046D0; }
p { color: rgb(192,70,208); }
H1.HeaderClassName
{
color: #C046D0;
}
.AnyTagClassName
{
color: #C046D0;
}
</style>
background-color css
<style>
a { background-color: #C046D0; }
a { background-color: rgb(192,70,208); }
div.DivClassName
{
background-color: #C046D0;
}
.BgClassName
{
background-color: #C046D0;
}
</style>
border-color css
<style>
span { border-color: #C046D0; }
span { border-color: rgb(192,70,208); }
td.TdClassName
{
border-color: #C046D0;
}
.TagClassName
{
border-color: #C046D0;
}
</style>