Shades of Medium Orchid #C04FEA
Tints of Medium Orchid #C04FEA
RGB
CMYK
RGB Variations
Color information
#C04FEA (or 0xC04FEA) is known color: Medium Orchid. HEX triplet: C0, 4F and EA. RGB value is (192,79,234). Sum of RGB (Red+Green+Blue) = 192+79+234=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 79 (31.25% from 255 or 15.64% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #C04FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C04FEA is #3FB015. Grayscale: #818181. Windows color (decimal): -4173846 or 15355840. OLE color: 15355840.
HSL color Cylindrical-coordinate representation of color #C04FEA: hue angle of 283.74º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C04FEA is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 79 | 234 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.08 |
| HSL | 283.74º | 0.79% | 0.61% | - |
| HSV(B) | 283.74º | 0.66% | 0.92% | - |
| XYZ | 39.39 | 22.74 | 80.16 | - |
| YUV | 130.46 | 186.44 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 234 | 0.18 | 0.66 | 0 | 0.08 | 283.74 | 0.79 | 0.61 |
| Hex | C0 | 4F | EA | 12 | 42 | 0 | 8 | 11C | 4F | 3D |
| Octal | 300 | 117 | 352 | 22 | 102 | 0 | 10 | 434 | 117 | 75 |
| Binary | 11000000 | 1001111 | 11101010 | 10010 | 1000010 | 0 | 1000 | 100011100 | 1001111 | 111101 |
Color Harmonies of #C04FEA
Complementary color
Monochromatic Colors of #C04FEA
Black with #C04FEA
Text Example
Text Example
White with #C04FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04FEA; }
p { color: rgb(192,79,234); }
H1.HeaderClassName
{
color: #C04FEA;
}
.AnyTagClassName
{
color: #C04FEA;
}
</style>
background-color css
<style>
a { background-color: #C04FEA; }
a { background-color: rgb(192,79,234); }
div.DivClassName
{
background-color: #C04FEA;
}
.BgClassName
{
background-color: #C04FEA;
}
</style>
border-color css
<style>
span { border-color: #C04FEA; }
span { border-color: rgb(192,79,234); }
td.TdClassName
{
border-color: #C04FEA;
}
.TagClassName
{
border-color: #C04FEA;
}
</style>