Shades of Medium Orchid #C741EF
Tints of Medium Orchid #C741EF
RGB
CMYK
RGB Variations
Color information
#C741EF (or 0xC741EF) is known color: Medium Orchid. HEX triplet: C7, 41 and EF. RGB value is (199,65,239). Sum of RGB (Red+Green+Blue) = 199+65+239=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 65 (25.78% from 255 or 12.92% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #C741EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C741EF is #38BE10. Grayscale: #7C7C7C. Windows color (decimal): -3718673 or 15679943. OLE color: 15679943.
HSL color Cylindrical-coordinate representation of color #C741EF: hue angle of 286.21º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C741EF is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 65 | 239 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.06 |
| HSL | 286.21º | 0.84% | 0.6% | - |
| HSV(B) | 286.21º | 0.73% | 0.94% | - |
| XYZ | 41.02 | 22.15 | 83.78 | - |
| YUV | 124.9 | 192.39 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 65 | 239 | 0.17 | 0.73 | 0 | 0.06 | 286.21 | 0.84 | 0.6 |
| Hex | C7 | 41 | EF | 11 | 49 | 0 | 6 | 11E | 54 | 3C |
| Octal | 307 | 101 | 357 | 21 | 111 | 0 | 6 | 436 | 124 | 74 |
| Binary | 11000111 | 1000001 | 11101111 | 10001 | 1001001 | 0 | 110 | 100011110 | 1010100 | 111100 |
Color Harmonies of #C741EF
Complementary color
Monochromatic Colors of #C741EF
Black with #C741EF
Text Example
Text Example
White with #C741EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C741EF; }
p { color: rgb(199,65,239); }
H1.HeaderClassName
{
color: #C741EF;
}
.AnyTagClassName
{
color: #C741EF;
}
</style>
background-color css
<style>
a { background-color: #C741EF; }
a { background-color: rgb(199,65,239); }
div.DivClassName
{
background-color: #C741EF;
}
.BgClassName
{
background-color: #C741EF;
}
</style>
border-color css
<style>
span { border-color: #C741EF; }
span { border-color: rgb(199,65,239); }
td.TdClassName
{
border-color: #C741EF;
}
.TagClassName
{
border-color: #C741EF;
}
</style>