Shades of Medium Orchid #C749EF
Tints of Medium Orchid #C749EF
RGB
CMYK
RGB Variations
Color information
#C749EF (or 0xC749EF) is known color: Medium Orchid. HEX triplet: C7, 49 and EF. RGB value is (199,73,239). Sum of RGB (Red+Green+Blue) = 199+73+239=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 73 (28.91% from 255 or 14.29% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #C749EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C749EF is #38B610. Grayscale: #818181. Windows color (decimal): -3716625 or 15681991. OLE color: 15681991.
HSL color Cylindrical-coordinate representation of color #C749EF: hue angle of 285.54º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C749EF is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 73 | 239 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.06 |
| HSL | 285.54º | 0.84% | 0.61% | - |
| HSV(B) | 285.54º | 0.69% | 0.94% | - |
| XYZ | 41.52 | 23.14 | 83.94 | - |
| YUV | 129.6 | 189.74 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 73 | 239 | 0.17 | 0.69 | 0 | 0.06 | 285.54 | 0.84 | 0.61 |
| Hex | C7 | 49 | EF | 11 | 45 | 0 | 6 | 11E | 54 | 3D |
| Octal | 307 | 111 | 357 | 21 | 105 | 0 | 6 | 436 | 124 | 75 |
| Binary | 11000111 | 1001001 | 11101111 | 10001 | 1000101 | 0 | 110 | 100011110 | 1010100 | 111101 |
Color Harmonies of #C749EF
Complementary color
Monochromatic Colors of #C749EF
Black with #C749EF
Text Example
Text Example
White with #C749EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C749EF; }
p { color: rgb(199,73,239); }
H1.HeaderClassName
{
color: #C749EF;
}
.AnyTagClassName
{
color: #C749EF;
}
</style>
background-color css
<style>
a { background-color: #C749EF; }
a { background-color: rgb(199,73,239); }
div.DivClassName
{
background-color: #C749EF;
}
.BgClassName
{
background-color: #C749EF;
}
</style>
border-color css
<style>
span { border-color: #C749EF; }
span { border-color: rgb(199,73,239); }
td.TdClassName
{
border-color: #C749EF;
}
.TagClassName
{
border-color: #C749EF;
}
</style>