Shades of Medium Orchid #C750F0
Tints of Medium Orchid #C750F0
RGB
CMYK
RGB Variations
Color information
#C750F0 (or 0xC750F0) is known color: Medium Orchid. HEX triplet: C7, 50 and F0. RGB value is (199,80,240). Sum of RGB (Red+Green+Blue) = 199+80+240=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 80 (31.64% from 255 or 15.41% from 519); Blue value is 240 (94.14% from 255 or 46.24% from 519); Max value from RGB is 240 - color contains mainly: blue. Hex color #C750F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C750F0 is #38AF0F. Grayscale: #858585. Windows color (decimal): -3714832 or 15749319. OLE color: 15749319.
HSL color Cylindrical-coordinate representation of color #C750F0: hue angle of 284.62º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C750F0 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 80 | 240 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.06 |
| HSL | 284.63º | 0.84% | 0.63% | - |
| HSV(B) | 284.63º | 0.67% | 0.94% | - |
| XYZ | 42.15 | 24.17 | 84.88 | - |
| YUV | 133.82 | 187.92 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 80 | 240 | 0.17 | 0.67 | 0 | 0.06 | 284.63 | 0.84 | 0.63 |
| Hex | C7 | 50 | F0 | 11 | 43 | 0 | 6 | 11D | 54 | 3F |
| Octal | 307 | 120 | 360 | 21 | 103 | 0 | 6 | 435 | 124 | 77 |
| Binary | 11000111 | 1010000 | 11110000 | 10001 | 1000011 | 0 | 110 | 100011101 | 1010100 | 111111 |
Color Harmonies of #C750F0
Complementary color
Monochromatic Colors of #C750F0
Black with #C750F0
Text Example
Text Example
White with #C750F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C750F0; }
p { color: rgb(199,80,240); }
H1.HeaderClassName
{
color: #C750F0;
}
.AnyTagClassName
{
color: #C750F0;
}
</style>
background-color css
<style>
a { background-color: #C750F0; }
a { background-color: rgb(199,80,240); }
div.DivClassName
{
background-color: #C750F0;
}
.BgClassName
{
background-color: #C750F0;
}
</style>
border-color css
<style>
span { border-color: #C750F0; }
span { border-color: rgb(199,80,240); }
td.TdClassName
{
border-color: #C750F0;
}
.TagClassName
{
border-color: #C750F0;
}
</style>