Shades of Medium Orchid #C046D4
Tints of Medium Orchid #C046D4
RGB
CMYK
RGB Variations
Color information
#C046D4 (or 0xC046D4) is known color: Medium Orchid. HEX triplet: C0, 46 and D4. RGB value is (192,70,212). Sum of RGB (Red+Green+Blue) = 192+70+212=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 70 (27.73% from 255 or 14.77% from 474); Blue value is 212 (83.20% from 255 or 44.73% from 474); Max value from RGB is 212 - color contains mainly: blue. Hex color #C046D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C046D4 is #3FB92B. Grayscale: #7A7A7A. Windows color (decimal): -4176172 or 13911744. OLE color: 13911744.
HSL color Cylindrical-coordinate representation of color #C046D4: hue angle of 291.55º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C046D4 is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 70 | 212 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.17 |
| HSL | 291.55º | 0.62% | 0.55% | - |
| HSV(B) | 291.55º | 0.67% | 0.83% | - |
| XYZ | 35.81 | 20.34 | 64.33 | - |
| YUV | 122.67 | 178.42 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 212 | 0.09 | 0.67 | 0 | 0.17 | 291.55 | 0.62 | 0.55 |
| Hex | C0 | 46 | D4 | 9 | 43 | 0 | 11 | 124 | 3E | 37 |
| Octal | 300 | 106 | 324 | 11 | 103 | 0 | 21 | 444 | 76 | 67 |
| Binary | 11000000 | 1000110 | 11010100 | 1001 | 1000011 | 0 | 10001 | 100100100 | 111110 | 110111 |
Color Harmonies of #C046D4
Complementary color
Monochromatic Colors of #C046D4
Black with #C046D4
Text Example
Text Example
White with #C046D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C046D4; }
p { color: rgb(192,70,212); }
H1.HeaderClassName
{
color: #C046D4;
}
.AnyTagClassName
{
color: #C046D4;
}
</style>
background-color css
<style>
a { background-color: #C046D4; }
a { background-color: rgb(192,70,212); }
div.DivClassName
{
background-color: #C046D4;
}
.BgClassName
{
background-color: #C046D4;
}
</style>
border-color css
<style>
span { border-color: #C046D4; }
span { border-color: rgb(192,70,212); }
td.TdClassName
{
border-color: #C046D4;
}
.TagClassName
{
border-color: #C046D4;
}
</style>