Shades of Medium Orchid #C749F0
Tints of Medium Orchid #C749F0
RGB
CMYK
RGB Variations
Color information
#C749F0 (or 0xC749F0) is known color: Medium Orchid. HEX triplet: C7, 49 and F0. RGB value is (199,73,240). Sum of RGB (Red+Green+Blue) = 199+73+240=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 73 (28.91% from 255 or 14.26% from 512); Blue value is 240 (94.14% from 255 or 46.88% from 512); Max value from RGB is 240 - color contains mainly: blue. Hex color #C749F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C749F0 is #38B60F. Grayscale: #818181. Windows color (decimal): -3716624 or 15747527. OLE color: 15747527.
HSL color Cylindrical-coordinate representation of color #C749F0: hue angle of 285.27º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C749F0 is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 73 | 240 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.06 |
| HSL | 285.27º | 0.85% | 0.61% | - |
| HSV(B) | 285.27º | 0.7% | 0.94% | - |
| XYZ | 41.66 | 23.2 | 84.72 | - |
| YUV | 129.71 | 190.24 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 73 | 240 | 0.17 | 0.70 | 0 | 0.06 | 285.27 | 0.85 | 0.61 |
| Hex | C7 | 49 | F0 | 11 | 46 | 0 | 6 | 11D | 55 | 3D |
| Octal | 307 | 111 | 360 | 21 | 106 | 0 | 6 | 435 | 125 | 75 |
| Binary | 11000111 | 1001001 | 11110000 | 10001 | 1000110 | 0 | 110 | 100011101 | 1010101 | 111101 |
Color Harmonies of #C749F0
Complementary color
Monochromatic Colors of #C749F0
Black with #C749F0
Text Example
Text Example
White with #C749F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C749F0; }
p { color: rgb(199,73,240); }
H1.HeaderClassName
{
color: #C749F0;
}
.AnyTagClassName
{
color: #C749F0;
}
</style>
background-color css
<style>
a { background-color: #C749F0; }
a { background-color: rgb(199,73,240); }
div.DivClassName
{
background-color: #C749F0;
}
.BgClassName
{
background-color: #C749F0;
}
</style>
border-color css
<style>
span { border-color: #C749F0; }
span { border-color: rgb(199,73,240); }
td.TdClassName
{
border-color: #C749F0;
}
.TagClassName
{
border-color: #C749F0;
}
</style>