Shades of Medium Orchid #C740D4
Tints of Medium Orchid #C740D4
RGB
CMYK
RGB Variations
Color information
#C740D4 (or 0xC740D4) is known color: Medium Orchid. HEX triplet: C7, 40 and D4. RGB value is (199,64,212). Sum of RGB (Red+Green+Blue) = 199+64+212=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 64 (25.39% from 255 or 13.47% from 475); Blue value is 212 (83.20% from 255 or 44.63% from 475); Max value from RGB is 212 - color contains mainly: blue. Hex color #C740D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C740D4 is #38BF2B. Grayscale: #787878. Windows color (decimal): -3718956 or 13910215. OLE color: 13910215.
HSL color Cylindrical-coordinate representation of color #C740D4: hue angle of 294.73º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C740D4 is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 64 | 212 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.17 |
| HSL | 294.73º | 0.63% | 0.54% | - |
| HSV(B) | 294.73º | 0.7% | 0.83% | - |
| XYZ | 37.27 | 20.56 | 64.29 | - |
| YUV | 121.24 | 179.23 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 212 | 0.06 | 0.70 | 0 | 0.17 | 294.73 | 0.63 | 0.54 |
| Hex | C7 | 40 | D4 | 6 | 46 | 0 | 11 | 127 | 3F | 36 |
| Octal | 307 | 100 | 324 | 6 | 106 | 0 | 21 | 447 | 77 | 66 |
| Binary | 11000111 | 1000000 | 11010100 | 110 | 1000110 | 0 | 10001 | 100100111 | 111111 | 110110 |
Color Harmonies of #C740D4
Complementary color
Monochromatic Colors of #C740D4
Black with #C740D4
Text Example
Text Example
White with #C740D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C740D4; }
p { color: rgb(199,64,212); }
H1.HeaderClassName
{
color: #C740D4;
}
.AnyTagClassName
{
color: #C740D4;
}
</style>
background-color css
<style>
a { background-color: #C740D4; }
a { background-color: rgb(199,64,212); }
div.DivClassName
{
background-color: #C740D4;
}
.BgClassName
{
background-color: #C740D4;
}
</style>
border-color css
<style>
span { border-color: #C740D4; }
span { border-color: rgb(199,64,212); }
td.TdClassName
{
border-color: #C740D4;
}
.TagClassName
{
border-color: #C740D4;
}
</style>