Shades of Medium Orchid #C751EC
Tints of Medium Orchid #C751EC
RGB
CMYK
RGB Variations
Color information
#C751EC (or 0xC751EC) is known color: Medium Orchid. HEX triplet: C7, 51 and EC. RGB value is (199,81,236). Sum of RGB (Red+Green+Blue) = 199+81+236=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 81 (32.03% from 255 or 15.70% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #C751EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C751EC is #38AE13. Grayscale: #858585. Windows color (decimal): -3714580 or 15487431. OLE color: 15487431.
HSL color Cylindrical-coordinate representation of color #C751EC: hue angle of 285.68º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C751EC is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 81 | 236 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.07 |
| HSL | 285.68º | 0.8% | 0.62% | - |
| HSV(B) | 285.68º | 0.66% | 0.93% | - |
| XYZ | 41.64 | 24.08 | 81.81 | - |
| YUV | 133.95 | 185.59 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 81 | 236 | 0.16 | 0.66 | 0 | 0.07 | 285.68 | 0.8 | 0.62 |
| Hex | C7 | 51 | EC | 10 | 42 | 0 | 7 | 11E | 50 | 3E |
| Octal | 307 | 121 | 354 | 20 | 102 | 0 | 7 | 436 | 120 | 76 |
| Binary | 11000111 | 1010001 | 11101100 | 10000 | 1000010 | 0 | 111 | 100011110 | 1010000 | 111110 |
Color Harmonies of #C751EC
Complementary color
Monochromatic Colors of #C751EC
Black with #C751EC
Text Example
Text Example
White with #C751EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C751EC; }
p { color: rgb(199,81,236); }
H1.HeaderClassName
{
color: #C751EC;
}
.AnyTagClassName
{
color: #C751EC;
}
</style>
background-color css
<style>
a { background-color: #C751EC; }
a { background-color: rgb(199,81,236); }
div.DivClassName
{
background-color: #C751EC;
}
.BgClassName
{
background-color: #C751EC;
}
</style>
border-color css
<style>
span { border-color: #C751EC; }
span { border-color: rgb(199,81,236); }
td.TdClassName
{
border-color: #C751EC;
}
.TagClassName
{
border-color: #C751EC;
}
</style>