Shades of Medium Orchid #C740FC
Tints of Medium Orchid #C740FC
RGB
CMYK
RGB Variations
Color information
#C740FC (or 0xC740FC) is known color: Medium Orchid. HEX triplet: C7, 40 and FC. RGB value is (199,64,252). Sum of RGB (Red+Green+Blue) = 199+64+252=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 64 (25.39% from 255 or 12.43% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #C740FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C740FC is #38BF03. Grayscale: #7D7D7D. Windows color (decimal): -3718916 or 16531655. OLE color: 16531655.
HSL color Cylindrical-coordinate representation of color #C740FC: hue angle of 283.09º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C740FC is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 64 | 252 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.01 |
| HSL | 283.09º | 0.97% | 0.62% | - |
| HSV(B) | 283.09º | 0.75% | 0.99% | - |
| XYZ | 42.96 | 22.84 | 94.24 | - |
| YUV | 125.8 | 199.23 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 252 | 0.21 | 0.75 | 0 | 0.01 | 283.09 | 0.97 | 0.62 |
| Hex | C7 | 40 | FC | 15 | 4B | 0 | 1 | 11B | 61 | 3E |
| Octal | 307 | 100 | 374 | 25 | 113 | 0 | 1 | 433 | 141 | 76 |
| Binary | 11000111 | 1000000 | 11111100 | 10101 | 1001011 | 0 | 1 | 100011011 | 1100001 | 111110 |
Color Harmonies of #C740FC
Complementary color
Monochromatic Colors of #C740FC
Black with #C740FC
Text Example
Text Example
White with #C740FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C740FC; }
p { color: rgb(199,64,252); }
H1.HeaderClassName
{
color: #C740FC;
}
.AnyTagClassName
{
color: #C740FC;
}
</style>
background-color css
<style>
a { background-color: #C740FC; }
a { background-color: rgb(199,64,252); }
div.DivClassName
{
background-color: #C740FC;
}
.BgClassName
{
background-color: #C740FC;
}
</style>
border-color css
<style>
span { border-color: #C740FC; }
span { border-color: rgb(199,64,252); }
td.TdClassName
{
border-color: #C740FC;
}
.TagClassName
{
border-color: #C740FC;
}
</style>