Shades of Medium Orchid #C741ED
Tints of Medium Orchid #C741ED
RGB
CMYK
RGB Variations
Color information
#C741ED (or 0xC741ED) is known color: Medium Orchid. HEX triplet: C7, 41 and ED. RGB value is (199,65,237). Sum of RGB (Red+Green+Blue) = 199+65+237=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 65 (25.78% from 255 or 12.97% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #C741ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C741ED is #38BE12. Grayscale: #7C7C7C. Windows color (decimal): -3718675 or 15548871. OLE color: 15548871.
HSL color Cylindrical-coordinate representation of color #C741ED: hue angle of 286.74º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C741ED is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 65 | 237 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.07 |
| HSL | 286.74º | 0.83% | 0.59% | - |
| HSV(B) | 286.74º | 0.73% | 0.93% | - |
| XYZ | 40.73 | 22.04 | 82.23 | - |
| YUV | 124.67 | 191.39 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 65 | 237 | 0.16 | 0.73 | 0 | 0.07 | 286.74 | 0.83 | 0.59 |
| Hex | C7 | 41 | ED | 10 | 49 | 0 | 7 | 11F | 53 | 3B |
| Octal | 307 | 101 | 355 | 20 | 111 | 0 | 7 | 437 | 123 | 73 |
| Binary | 11000111 | 1000001 | 11101101 | 10000 | 1001001 | 0 | 111 | 100011111 | 1010011 | 111011 |
Color Harmonies of #C741ED
Complementary color
Monochromatic Colors of #C741ED
Black with #C741ED
Text Example
Text Example
White with #C741ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C741ED; }
p { color: rgb(199,65,237); }
H1.HeaderClassName
{
color: #C741ED;
}
.AnyTagClassName
{
color: #C741ED;
}
</style>
background-color css
<style>
a { background-color: #C741ED; }
a { background-color: rgb(199,65,237); }
div.DivClassName
{
background-color: #C741ED;
}
.BgClassName
{
background-color: #C741ED;
}
</style>
border-color css
<style>
span { border-color: #C741ED; }
span { border-color: rgb(199,65,237); }
td.TdClassName
{
border-color: #C741ED;
}
.TagClassName
{
border-color: #C741ED;
}
</style>