Shades of Medium Orchid #C754F0
Tints of Medium Orchid #C754F0
RGB
CMYK
RGB Variations
Color information
#C754F0 (or 0xC754F0) is known color: Medium Orchid. HEX triplet: C7, 54 and F0. RGB value is (199,84,240). Sum of RGB (Red+Green+Blue) = 199+84+240=523 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.05% from 523); Green value is 84 (33.20% from 255 or 16.06% from 523); Blue value is 240 (94.14% from 255 or 45.89% from 523); Max value from RGB is 240 - color contains mainly: blue. Hex color #C754F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C754F0 is #38AB0F. Grayscale: #878787. Windows color (decimal): -3713808 or 15750343. OLE color: 15750343.
HSL color Cylindrical-coordinate representation of color #C754F0: hue angle of 284.23º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C754F0 is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 84 | 240 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.06 |
| HSL | 284.23º | 0.84% | 0.64% | - |
| HSV(B) | 284.23º | 0.65% | 0.94% | - |
| XYZ | 42.45 | 24.77 | 84.98 | - |
| YUV | 136.17 | 186.6 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 84 | 240 | 0.17 | 0.65 | 0 | 0.06 | 284.23 | 0.84 | 0.64 |
| Hex | C7 | 54 | F0 | 11 | 41 | 0 | 6 | 11C | 54 | 40 |
| Octal | 307 | 124 | 360 | 21 | 101 | 0 | 6 | 434 | 124 | 100 |
| Binary | 11000111 | 1010100 | 11110000 | 10001 | 1000001 | 0 | 110 | 100011100 | 1010100 | 1000000 |
Color Harmonies of #C754F0
Complementary color
Monochromatic Colors of #C754F0
Black with #C754F0
Text Example
Text Example
White with #C754F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C754F0; }
p { color: rgb(199,84,240); }
H1.HeaderClassName
{
color: #C754F0;
}
.AnyTagClassName
{
color: #C754F0;
}
</style>
background-color css
<style>
a { background-color: #C754F0; }
a { background-color: rgb(199,84,240); }
div.DivClassName
{
background-color: #C754F0;
}
.BgClassName
{
background-color: #C754F0;
}
</style>
border-color css
<style>
span { border-color: #C754F0; }
span { border-color: rgb(199,84,240); }
td.TdClassName
{
border-color: #C754F0;
}
.TagClassName
{
border-color: #C754F0;
}
</style>