Shades of Medium Orchid #C746DE
Tints of Medium Orchid #C746DE
RGB
CMYK
RGB Variations
Color information
#C746DE (or 0xC746DE) is known color: Medium Orchid. HEX triplet: C7, 46 and DE. RGB value is (199,70,222). Sum of RGB (Red+Green+Blue) = 199+70+222=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 70 (27.73% from 255 or 14.26% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #C746DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C746DE is #38B921. Grayscale: #7D7D7D. Windows color (decimal): -3717410 or 14567111. OLE color: 14567111.
HSL color Cylindrical-coordinate representation of color #C746DE: hue angle of 290.92º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C746DE is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 70 | 222 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.13 |
| HSL | 290.92º | 0.7% | 0.57% | - |
| HSV(B) | 290.92º | 0.68% | 0.87% | - |
| XYZ | 38.93 | 21.8 | 71.26 | - |
| YUV | 125.9 | 182.24 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 222 | 0.10 | 0.68 | 0 | 0.13 | 290.92 | 0.7 | 0.57 |
| Hex | C7 | 46 | DE | A | 44 | 0 | D | 123 | 46 | 39 |
| Octal | 307 | 106 | 336 | 12 | 104 | 0 | 15 | 443 | 106 | 71 |
| Binary | 11000111 | 1000110 | 11011110 | 1010 | 1000100 | 0 | 1101 | 100100011 | 1000110 | 111001 |
Color Harmonies of #C746DE
Complementary color
Monochromatic Colors of #C746DE
Black with #C746DE
Text Example
Text Example
White with #C746DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C746DE; }
p { color: rgb(199,70,222); }
H1.HeaderClassName
{
color: #C746DE;
}
.AnyTagClassName
{
color: #C746DE;
}
</style>
background-color css
<style>
a { background-color: #C746DE; }
a { background-color: rgb(199,70,222); }
div.DivClassName
{
background-color: #C746DE;
}
.BgClassName
{
background-color: #C746DE;
}
</style>
border-color css
<style>
span { border-color: #C746DE; }
span { border-color: rgb(199,70,222); }
td.TdClassName
{
border-color: #C746DE;
}
.TagClassName
{
border-color: #C746DE;
}
</style>