Shades of Medium Orchid #C740FD
Tints of Medium Orchid #C740FD
RGB
CMYK
RGB Variations
Color information
#C740FD (or 0xC740FD) is known color: Medium Orchid. HEX triplet: C7, 40 and FD. RGB value is (199,64,253). Sum of RGB (Red+Green+Blue) = 199+64+253=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 64 (25.39% from 255 or 12.40% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #C740FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C740FD is #38BF02. Grayscale: #7D7D7D. Windows color (decimal): -3718915 or 16597191. OLE color: 16597191.
HSL color Cylindrical-coordinate representation of color #C740FD: hue angle of 282.86º degrees, saturation: 0.98, 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 #C740FD is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 64 | 253 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.01 |
| HSL | 282.86º | 0.98% | 0.62% | - |
| HSV(B) | 282.86º | 0.75% | 0.99% | - |
| XYZ | 43.12 | 22.9 | 95.08 | - |
| YUV | 125.91 | 199.73 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 253 | 0.21 | 0.75 | 0 | 0.01 | 282.86 | 0.98 | 0.62 |
| Hex | C7 | 40 | FD | 15 | 4B | 0 | 1 | 11B | 62 | 3E |
| Octal | 307 | 100 | 375 | 25 | 113 | 0 | 1 | 433 | 142 | 76 |
| Binary | 11000111 | 1000000 | 11111101 | 10101 | 1001011 | 0 | 1 | 100011011 | 1100010 | 111110 |
Color Harmonies of #C740FD
Complementary color
Monochromatic Colors of #C740FD
Black with #C740FD
Text Example
Text Example
White with #C740FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C740FD; }
p { color: rgb(199,64,253); }
H1.HeaderClassName
{
color: #C740FD;
}
.AnyTagClassName
{
color: #C740FD;
}
</style>
background-color css
<style>
a { background-color: #C740FD; }
a { background-color: rgb(199,64,253); }
div.DivClassName
{
background-color: #C740FD;
}
.BgClassName
{
background-color: #C740FD;
}
</style>
border-color css
<style>
span { border-color: #C740FD; }
span { border-color: rgb(199,64,253); }
td.TdClassName
{
border-color: #C740FD;
}
.TagClassName
{
border-color: #C740FD;
}
</style>