Shades of Medium Orchid #C04EFF
Tints of Medium Orchid #C04EFF
RGB
CMYK
RGB Variations
Color information
#C04EFF (or 0xC04EFF) is known color: Medium Orchid. HEX triplet: C0, 4E and FF. RGB value is (192,78,255). Sum of RGB (Red+Green+Blue) = 192+78+255=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 78 (30.86% from 255 or 14.86% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #C04EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C04EFF is #3FB100. Grayscale: #838383. Windows color (decimal): -4174081 or 16731840. OLE color: 16731840.
HSL color Cylindrical-coordinate representation of color #C04EFF: hue angle of 278.64º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C04EFF is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 78 | 255 | - |
| CMYK | 0.25 | 0.69 | 0 | 0 |
| HSL | 278.64º | 1% | 0.65% | - |
| HSV(B) | 278.64º | 0.69% | 1% | - |
| XYZ | 42.51 | 23.88 | 96.98 | - |
| YUV | 132.26 | 197.27 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 255 | 0.25 | 0.69 | 0 | 0 | 278.64 | 1 | 0.65 |
| Hex | C0 | 4E | FF | 19 | 45 | 0 | 0 | 117 | 64 | 41 |
| Octal | 300 | 116 | 377 | 31 | 105 | 0 | 0 | 427 | 144 | 101 |
| Binary | 11000000 | 1001110 | 11111111 | 11001 | 1000101 | 0 | 0 | 100010111 | 1100100 | 1000001 |
Color Harmonies of #C04EFF
Complementary color
Monochromatic Colors of #C04EFF
Black with #C04EFF
Text Example
Text Example
White with #C04EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04EFF; }
p { color: rgb(192,78,255); }
H1.HeaderClassName
{
color: #C04EFF;
}
.AnyTagClassName
{
color: #C04EFF;
}
</style>
background-color css
<style>
a { background-color: #C04EFF; }
a { background-color: rgb(192,78,255); }
div.DivClassName
{
background-color: #C04EFF;
}
.BgClassName
{
background-color: #C04EFF;
}
</style>
border-color css
<style>
span { border-color: #C04EFF; }
span { border-color: rgb(192,78,255); }
td.TdClassName
{
border-color: #C04EFF;
}
.TagClassName
{
border-color: #C04EFF;
}
</style>