Shades of Medium Orchid #C741DF
Tints of Medium Orchid #C741DF
RGB
CMYK
RGB Variations
Color information
#C741DF (or 0xC741DF) is known color: Medium Orchid. HEX triplet: C7, 41 and DF. RGB value is (199,65,223). Sum of RGB (Red+Green+Blue) = 199+65+223=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 65 (25.78% from 255 or 13.35% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #C741DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C741DF is #38BE20. Grayscale: #7A7A7A. Windows color (decimal): -3718689 or 14631367. OLE color: 14631367.
HSL color Cylindrical-coordinate representation of color #C741DF: hue angle of 290.89º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C741DF is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 65 | 223 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.13 |
| HSL | 290.89º | 0.71% | 0.56% | - |
| HSV(B) | 290.89º | 0.71% | 0.87% | - |
| XYZ | 38.76 | 21.25 | 71.87 | - |
| YUV | 123.08 | 184.39 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 65 | 223 | 0.11 | 0.71 | 0 | 0.13 | 290.89 | 0.71 | 0.56 |
| Hex | C7 | 41 | DF | B | 47 | 0 | D | 123 | 47 | 38 |
| Octal | 307 | 101 | 337 | 13 | 107 | 0 | 15 | 443 | 107 | 70 |
| Binary | 11000111 | 1000001 | 11011111 | 1011 | 1000111 | 0 | 1101 | 100100011 | 1000111 | 111000 |
Color Harmonies of #C741DF
Complementary color
Monochromatic Colors of #C741DF
Black with #C741DF
Text Example
Text Example
White with #C741DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C741DF; }
p { color: rgb(199,65,223); }
H1.HeaderClassName
{
color: #C741DF;
}
.AnyTagClassName
{
color: #C741DF;
}
</style>
background-color css
<style>
a { background-color: #C741DF; }
a { background-color: rgb(199,65,223); }
div.DivClassName
{
background-color: #C741DF;
}
.BgClassName
{
background-color: #C741DF;
}
</style>
border-color css
<style>
span { border-color: #C741DF; }
span { border-color: rgb(199,65,223); }
td.TdClassName
{
border-color: #C741DF;
}
.TagClassName
{
border-color: #C741DF;
}
</style>