Shades of Medium Orchid #C04FF0
Tints of Medium Orchid #C04FF0
RGB
CMYK
RGB Variations
Color information
#C04FF0 (or 0xC04FF0) is known color: Medium Orchid. HEX triplet: C0, 4F and F0. RGB value is (192,79,240). Sum of RGB (Red+Green+Blue) = 192+79+240=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 79 (31.25% from 255 or 15.46% from 511); Blue value is 240 (94.14% from 255 or 46.97% from 511); Max value from RGB is 240 - color contains mainly: blue. Hex color #C04FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C04FF0 is #3FB00F. Grayscale: #828282. Windows color (decimal): -4173840 or 15749056. OLE color: 15749056.
HSL color Cylindrical-coordinate representation of color #C04FF0: hue angle of 282.11º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C04FF0 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 79 | 240 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.06 |
| HSL | 282.11º | 0.84% | 0.63% | - |
| HSV(B) | 282.11º | 0.67% | 0.94% | - |
| XYZ | 40.26 | 23.09 | 84.77 | - |
| YUV | 131.14 | 189.44 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 240 | 0.20 | 0.67 | 0 | 0.06 | 282.11 | 0.84 | 0.63 |
| Hex | C0 | 4F | F0 | 14 | 43 | 0 | 6 | 11A | 54 | 3F |
| Octal | 300 | 117 | 360 | 24 | 103 | 0 | 6 | 432 | 124 | 77 |
| Binary | 11000000 | 1001111 | 11110000 | 10100 | 1000011 | 0 | 110 | 100011010 | 1010100 | 111111 |
Color Harmonies of #C04FF0
Complementary color
Monochromatic Colors of #C04FF0
Black with #C04FF0
Text Example
Text Example
White with #C04FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04FF0; }
p { color: rgb(192,79,240); }
H1.HeaderClassName
{
color: #C04FF0;
}
.AnyTagClassName
{
color: #C04FF0;
}
</style>
background-color css
<style>
a { background-color: #C04FF0; }
a { background-color: rgb(192,79,240); }
div.DivClassName
{
background-color: #C04FF0;
}
.BgClassName
{
background-color: #C04FF0;
}
</style>
border-color css
<style>
span { border-color: #C04FF0; }
span { border-color: rgb(192,79,240); }
td.TdClassName
{
border-color: #C04FF0;
}
.TagClassName
{
border-color: #C04FF0;
}
</style>