Shades of Medium Orchid #C746FF
Tints of Medium Orchid #C746FF
RGB
CMYK
RGB Variations
Color information
#C746FF (or 0xC746FF) is known color: Medium Orchid. HEX triplet: C7, 46 and FF. RGB value is (199,70,255). Sum of RGB (Red+Green+Blue) = 199+70+255=524 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.98% from 524); Green value is 70 (27.73% from 255 or 13.36% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #C746FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C746FF is #38B900. Grayscale: #818181. Windows color (decimal): -3717377 or 16729799. OLE color: 16729799.
HSL color Cylindrical-coordinate representation of color #C746FF: hue angle of 281.84º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C746FF is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 70 | 255 | - |
| CMYK | 0.22 | 0.73 | 0 | 0 |
| HSL | 281.84º | 1% | 0.64% | - |
| HSV(B) | 281.84º | 0.73% | 1% | - |
| XYZ | 43.79 | 23.74 | 96.88 | - |
| YUV | 129.66 | 198.74 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 255 | 0.22 | 0.73 | 0 | 0 | 281.84 | 1 | 0.64 |
| Hex | C7 | 46 | FF | 16 | 49 | 0 | 0 | 11A | 64 | 40 |
| Octal | 307 | 106 | 377 | 26 | 111 | 0 | 0 | 432 | 144 | 100 |
| Binary | 11000111 | 1000110 | 11111111 | 10110 | 1001001 | 0 | 0 | 100011010 | 1100100 | 1000000 |
Color Harmonies of #C746FF
Complementary color
Monochromatic Colors of #C746FF
Black with #C746FF
Text Example
Text Example
White with #C746FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C746FF; }
p { color: rgb(199,70,255); }
H1.HeaderClassName
{
color: #C746FF;
}
.AnyTagClassName
{
color: #C746FF;
}
</style>
background-color css
<style>
a { background-color: #C746FF; }
a { background-color: rgb(199,70,255); }
div.DivClassName
{
background-color: #C746FF;
}
.BgClassName
{
background-color: #C746FF;
}
</style>
border-color css
<style>
span { border-color: #C746FF; }
span { border-color: rgb(199,70,255); }
td.TdClassName
{
border-color: #C746FF;
}
.TagClassName
{
border-color: #C746FF;
}
</style>