Shades of Medium Orchid #C04FE9
Tints of Medium Orchid #C04FE9
RGB
CMYK
RGB Variations
Color information
#C04FE9 (or 0xC04FE9) is known color: Medium Orchid. HEX triplet: C0, 4F and E9. RGB value is (192,79,233). Sum of RGB (Red+Green+Blue) = 192+79+233=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 79 (31.25% from 255 or 15.67% from 504); Blue value is 233 (91.41% from 255 or 46.23% from 504); Max value from RGB is 233 - color contains mainly: blue. Hex color #C04FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C04FE9 is #3FB016. Grayscale: #818181. Windows color (decimal): -4173847 or 15290304. OLE color: 15290304.
HSL color Cylindrical-coordinate representation of color #C04FE9: hue angle of 284.03º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C04FE9 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 79 | 233 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.09 |
| HSL | 284.03º | 0.78% | 0.61% | - |
| HSV(B) | 284.03º | 0.66% | 0.91% | - |
| XYZ | 39.24 | 22.68 | 79.4 | - |
| YUV | 130.34 | 185.94 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 233 | 0.18 | 0.66 | 0 | 0.09 | 284.03 | 0.78 | 0.61 |
| Hex | C0 | 4F | E9 | 12 | 42 | 0 | 9 | 11C | 4E | 3D |
| Octal | 300 | 117 | 351 | 22 | 102 | 0 | 11 | 434 | 116 | 75 |
| Binary | 11000000 | 1001111 | 11101001 | 10010 | 1000010 | 0 | 1001 | 100011100 | 1001110 | 111101 |
Color Harmonies of #C04FE9
Complementary color
Monochromatic Colors of #C04FE9
Black with #C04FE9
Text Example
Text Example
White with #C04FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04FE9; }
p { color: rgb(192,79,233); }
H1.HeaderClassName
{
color: #C04FE9;
}
.AnyTagClassName
{
color: #C04FE9;
}
</style>
background-color css
<style>
a { background-color: #C04FE9; }
a { background-color: rgb(192,79,233); }
div.DivClassName
{
background-color: #C04FE9;
}
.BgClassName
{
background-color: #C04FE9;
}
</style>
border-color css
<style>
span { border-color: #C04FE9; }
span { border-color: rgb(192,79,233); }
td.TdClassName
{
border-color: #C04FE9;
}
.TagClassName
{
border-color: #C04FE9;
}
</style>