Shades of Medium Orchid #C040F7
Tints of Medium Orchid #C040F7
RGB
CMYK
RGB Variations
Color information
#C040F7 (or 0xC040F7) is known color: Medium Orchid. HEX triplet: C0, 40 and F7. RGB value is (192,64,247). Sum of RGB (Red+Green+Blue) = 192+64+247=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 64 (25.39% from 255 or 12.72% from 503); Blue value is 247 (96.88% from 255 or 49.11% from 503); Max value from RGB is 247 - color contains mainly: blue. Hex color #C040F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C040F7 is #3FBF08. Grayscale: #7A7A7A. Windows color (decimal): -4177673 or 16203968. OLE color: 16203968.
HSL color Cylindrical-coordinate representation of color #C040F7: hue angle of 281.97º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C040F7 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 64 | 247 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.03 |
| HSL | 281.97º | 0.92% | 0.61% | - |
| HSV(B) | 281.97º | 0.74% | 0.97% | - |
| XYZ | 40.36 | 21.59 | 90.04 | - |
| YUV | 123.13 | 197.91 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 247 | 0.22 | 0.74 | 0 | 0.03 | 281.97 | 0.92 | 0.61 |
| Hex | C0 | 40 | F7 | 16 | 4A | 0 | 3 | 11A | 5C | 3D |
| Octal | 300 | 100 | 367 | 26 | 112 | 0 | 3 | 432 | 134 | 75 |
| Binary | 11000000 | 1000000 | 11110111 | 10110 | 1001010 | 0 | 11 | 100011010 | 1011100 | 111101 |
Color Harmonies of #C040F7
Complementary color
Monochromatic Colors of #C040F7
Black with #C040F7
Text Example
Text Example
White with #C040F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C040F7; }
p { color: rgb(192,64,247); }
H1.HeaderClassName
{
color: #C040F7;
}
.AnyTagClassName
{
color: #C040F7;
}
</style>
background-color css
<style>
a { background-color: #C040F7; }
a { background-color: rgb(192,64,247); }
div.DivClassName
{
background-color: #C040F7;
}
.BgClassName
{
background-color: #C040F7;
}
</style>
border-color css
<style>
span { border-color: #C040F7; }
span { border-color: rgb(192,64,247); }
td.TdClassName
{
border-color: #C040F7;
}
.TagClassName
{
border-color: #C040F7;
}
</style>