Shades of Medium Orchid #C046CF
Tints of Medium Orchid #C046CF
RGB
CMYK
RGB Variations
Color information
#C046CF (or 0xC046CF) is known color: Medium Orchid. HEX triplet: C0, 46 and CF. RGB value is (192,70,207). Sum of RGB (Red+Green+Blue) = 192+70+207=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 70 (27.73% from 255 or 14.93% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #C046CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C046CF is #3FB930. Grayscale: #797979. Windows color (decimal): -4176177 or 13584064. OLE color: 13584064.
HSL color Cylindrical-coordinate representation of color #C046CF: hue angle of 293.43º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C046CF is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 70 | 207 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.19 |
| HSL | 293.43º | 0.59% | 0.54% | - |
| HSV(B) | 293.43º | 0.66% | 0.81% | - |
| XYZ | 35.19 | 20.09 | 61.05 | - |
| YUV | 122.1 | 175.92 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 207 | 0.07 | 0.66 | 0 | 0.19 | 293.43 | 0.59 | 0.54 |
| Hex | C0 | 46 | CF | 7 | 42 | 0 | 13 | 125 | 3B | 36 |
| Octal | 300 | 106 | 317 | 7 | 102 | 0 | 23 | 445 | 73 | 66 |
| Binary | 11000000 | 1000110 | 11001111 | 111 | 1000010 | 0 | 10011 | 100100101 | 111011 | 110110 |
Color Harmonies of #C046CF
Complementary color
Monochromatic Colors of #C046CF
Black with #C046CF
Text Example
Text Example
White with #C046CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C046CF; }
p { color: rgb(192,70,207); }
H1.HeaderClassName
{
color: #C046CF;
}
.AnyTagClassName
{
color: #C046CF;
}
</style>
background-color css
<style>
a { background-color: #C046CF; }
a { background-color: rgb(192,70,207); }
div.DivClassName
{
background-color: #C046CF;
}
.BgClassName
{
background-color: #C046CF;
}
</style>
border-color css
<style>
span { border-color: #C046CF; }
span { border-color: rgb(192,70,207); }
td.TdClassName
{
border-color: #C046CF;
}
.TagClassName
{
border-color: #C046CF;
}
</style>