Shades of Medium Orchid #C040F8
Tints of Medium Orchid #C040F8
RGB
CMYK
RGB Variations
Color information
#C040F8 (or 0xC040F8) is known color: Medium Orchid. HEX triplet: C0, 40 and F8. RGB value is (192,64,248). Sum of RGB (Red+Green+Blue) = 192+64+248=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 64 (25.39% from 255 or 12.70% from 504); Blue value is 248 (97.27% from 255 or 49.21% from 504); Max value from RGB is 248 - color contains mainly: blue. Hex color #C040F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C040F8 is #3FBF07. Grayscale: #7A7A7A. Windows color (decimal): -4177672 or 16269504. OLE color: 16269504.
HSL color Cylindrical-coordinate representation of color #C040F8: hue angle of 281.74º degrees, saturation: 0.93, 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 #C040F8 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 64 | 248 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.03 |
| HSL | 281.74º | 0.93% | 0.61% | - |
| HSV(B) | 281.74º | 0.74% | 0.97% | - |
| XYZ | 40.51 | 21.65 | 90.85 | - |
| YUV | 123.25 | 198.41 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 248 | 0.23 | 0.74 | 0 | 0.03 | 281.74 | 0.93 | 0.61 |
| Hex | C0 | 40 | F8 | 17 | 4A | 0 | 3 | 11A | 5D | 3D |
| Octal | 300 | 100 | 370 | 27 | 112 | 0 | 3 | 432 | 135 | 75 |
| Binary | 11000000 | 1000000 | 11111000 | 10111 | 1001010 | 0 | 11 | 100011010 | 1011101 | 111101 |
Color Harmonies of #C040F8
Complementary color
Monochromatic Colors of #C040F8
Black with #C040F8
Text Example
Text Example
White with #C040F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C040F8; }
p { color: rgb(192,64,248); }
H1.HeaderClassName
{
color: #C040F8;
}
.AnyTagClassName
{
color: #C040F8;
}
</style>
background-color css
<style>
a { background-color: #C040F8; }
a { background-color: rgb(192,64,248); }
div.DivClassName
{
background-color: #C040F8;
}
.BgClassName
{
background-color: #C040F8;
}
</style>
border-color css
<style>
span { border-color: #C040F8; }
span { border-color: rgb(192,64,248); }
td.TdClassName
{
border-color: #C040F8;
}
.TagClassName
{
border-color: #C040F8;
}
</style>