Shades of Medium Orchid #C746EB
Tints of Medium Orchid #C746EB
RGB
CMYK
RGB Variations
Color information
#C746EB (or 0xC746EB) is known color: Medium Orchid. HEX triplet: C7, 46 and EB. RGB value is (199,70,235). Sum of RGB (Red+Green+Blue) = 199+70+235=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 70 (27.73% from 255 or 13.89% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #C746EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C746EB is #38B914. Grayscale: #7E7E7E. Windows color (decimal): -3717397 or 15419079. OLE color: 15419079.
HSL color Cylindrical-coordinate representation of color #C746EB: hue angle of 286.91º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C746EB is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 70 | 235 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.08 |
| HSL | 286.91º | 0.8% | 0.6% | - |
| HSV(B) | 286.91º | 0.7% | 0.92% | - |
| XYZ | 40.74 | 22.52 | 80.8 | - |
| YUV | 127.38 | 188.74 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 235 | 0.15 | 0.70 | 0 | 0.08 | 286.91 | 0.8 | 0.6 |
| Hex | C7 | 46 | EB | F | 46 | 0 | 8 | 11F | 50 | 3C |
| Octal | 307 | 106 | 353 | 17 | 106 | 0 | 10 | 437 | 120 | 74 |
| Binary | 11000111 | 1000110 | 11101011 | 1111 | 1000110 | 0 | 1000 | 100011111 | 1010000 | 111100 |
Color Harmonies of #C746EB
Complementary color
Monochromatic Colors of #C746EB
Black with #C746EB
Text Example
Text Example
White with #C746EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C746EB; }
p { color: rgb(199,70,235); }
H1.HeaderClassName
{
color: #C746EB;
}
.AnyTagClassName
{
color: #C746EB;
}
</style>
background-color css
<style>
a { background-color: #C746EB; }
a { background-color: rgb(199,70,235); }
div.DivClassName
{
background-color: #C746EB;
}
.BgClassName
{
background-color: #C746EB;
}
</style>
border-color css
<style>
span { border-color: #C746EB; }
span { border-color: rgb(199,70,235); }
td.TdClassName
{
border-color: #C746EB;
}
.TagClassName
{
border-color: #C746EB;
}
</style>