Shades of Medium Orchid #C746FE
Tints of Medium Orchid #C746FE
RGB
CMYK
RGB Variations
Color information
#C746FE (or 0xC746FE) is known color: Medium Orchid. HEX triplet: C7, 46 and FE. RGB value is (199,70,254). Sum of RGB (Red+Green+Blue) = 199+70+254=523 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.05% from 523); Green value is 70 (27.73% from 255 or 13.38% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #C746FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C746FE is #38B901. Grayscale: #808080. Windows color (decimal): -3717378 or 16664263. OLE color: 16664263.
HSL color Cylindrical-coordinate representation of color #C746FE: hue angle of 282.07º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C746FE is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 70 | 254 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.00 |
| HSL | 282.07º | 0.99% | 0.64% | - |
| HSV(B) | 282.07º | 0.72% | 1% | - |
| XYZ | 43.63 | 23.68 | 96.04 | - |
| YUV | 129.55 | 198.24 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 254 | 0.22 | 0.72 | 0 | 0.00 | 282.07 | 0.99 | 0.64 |
| Hex | C7 | 46 | FE | 16 | 48 | 0 | 0 | 11A | 63 | 40 |
| Octal | 307 | 106 | 376 | 26 | 110 | 0 | 0 | 432 | 143 | 100 |
| Binary | 11000111 | 1000110 | 11111110 | 10110 | 1001000 | 0 | 0 | 100011010 | 1100011 | 1000000 |
Color Harmonies of #C746FE
Complementary color
Monochromatic Colors of #C746FE
Black with #C746FE
Text Example
Text Example
White with #C746FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C746FE; }
p { color: rgb(199,70,254); }
H1.HeaderClassName
{
color: #C746FE;
}
.AnyTagClassName
{
color: #C746FE;
}
</style>
background-color css
<style>
a { background-color: #C746FE; }
a { background-color: rgb(199,70,254); }
div.DivClassName
{
background-color: #C746FE;
}
.BgClassName
{
background-color: #C746FE;
}
</style>
border-color css
<style>
span { border-color: #C746FE; }
span { border-color: rgb(199,70,254); }
td.TdClassName
{
border-color: #C746FE;
}
.TagClassName
{
border-color: #C746FE;
}
</style>