Shades of Medium Orchid #C741D5
Tints of Medium Orchid #C741D5
RGB
CMYK
RGB Variations
Color information
#C741D5 (or 0xC741D5) is known color: Medium Orchid. HEX triplet: C7, 41 and D5. RGB value is (199,65,213). Sum of RGB (Red+Green+Blue) = 199+65+213=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 65 (25.78% from 255 or 13.63% from 477); Blue value is 213 (83.59% from 255 or 44.65% from 477); Max value from RGB is 213 - color contains mainly: blue. Hex color #C741D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C741D5 is #38BE2A. Grayscale: #797979. Windows color (decimal): -3718699 or 13976007. OLE color: 13976007.
HSL color Cylindrical-coordinate representation of color #C741D5: hue angle of 294.32º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C741D5 is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 65 | 213 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.16 |
| HSL | 294.32º | 0.64% | 0.55% | - |
| HSV(B) | 294.32º | 0.69% | 0.84% | - |
| XYZ | 37.45 | 20.73 | 64.98 | - |
| YUV | 121.94 | 179.39 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 65 | 213 | 0.07 | 0.69 | 0 | 0.16 | 294.32 | 0.64 | 0.55 |
| Hex | C7 | 41 | D5 | 7 | 45 | 0 | 10 | 126 | 40 | 37 |
| Octal | 307 | 101 | 325 | 7 | 105 | 0 | 20 | 446 | 100 | 67 |
| Binary | 11000111 | 1000001 | 11010101 | 111 | 1000101 | 0 | 10000 | 100100110 | 1000000 | 110111 |
Color Harmonies of #C741D5
Complementary color
Monochromatic Colors of #C741D5
Black with #C741D5
Text Example
Text Example
White with #C741D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C741D5; }
p { color: rgb(199,65,213); }
H1.HeaderClassName
{
color: #C741D5;
}
.AnyTagClassName
{
color: #C741D5;
}
</style>
background-color css
<style>
a { background-color: #C741D5; }
a { background-color: rgb(199,65,213); }
div.DivClassName
{
background-color: #C741D5;
}
.BgClassName
{
background-color: #C741D5;
}
</style>
border-color css
<style>
span { border-color: #C741D5; }
span { border-color: rgb(199,65,213); }
td.TdClassName
{
border-color: #C741D5;
}
.TagClassName
{
border-color: #C741D5;
}
</style>