Shades of Medium Orchid #C046DB
Tints of Medium Orchid #C046DB
RGB
CMYK
RGB Variations
Color information
#C046DB (or 0xC046DB) is known color: Medium Orchid. HEX triplet: C0, 46 and DB. RGB value is (192,70,219). Sum of RGB (Red+Green+Blue) = 192+70+219=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 70 (27.73% from 255 or 14.55% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #C046DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C046DB is #3FB924. Grayscale: #7A7A7A. Windows color (decimal): -4176165 or 14370496. OLE color: 14370496.
HSL color Cylindrical-coordinate representation of color #C046DB: hue angle of 289.13º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C046DB is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 70 | 219 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.14 |
| HSL | 289.13º | 0.67% | 0.57% | - |
| HSV(B) | 289.13º | 0.68% | 0.86% | - |
| XYZ | 36.71 | 20.7 | 69.08 | - |
| YUV | 123.46 | 181.92 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 219 | 0.12 | 0.68 | 0 | 0.14 | 289.13 | 0.67 | 0.57 |
| Hex | C0 | 46 | DB | C | 44 | 0 | E | 121 | 43 | 39 |
| Octal | 300 | 106 | 333 | 14 | 104 | 0 | 16 | 441 | 103 | 71 |
| Binary | 11000000 | 1000110 | 11011011 | 1100 | 1000100 | 0 | 1110 | 100100001 | 1000011 | 111001 |
Color Harmonies of #C046DB
Complementary color
Monochromatic Colors of #C046DB
Black with #C046DB
Text Example
Text Example
White with #C046DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C046DB; }
p { color: rgb(192,70,219); }
H1.HeaderClassName
{
color: #C046DB;
}
.AnyTagClassName
{
color: #C046DB;
}
</style>
background-color css
<style>
a { background-color: #C046DB; }
a { background-color: rgb(192,70,219); }
div.DivClassName
{
background-color: #C046DB;
}
.BgClassName
{
background-color: #C046DB;
}
</style>
border-color css
<style>
span { border-color: #C046DB; }
span { border-color: rgb(192,70,219); }
td.TdClassName
{
border-color: #C046DB;
}
.TagClassName
{
border-color: #C046DB;
}
</style>