Shades of Medium Orchid #C04EFB
Tints of Medium Orchid #C04EFB
RGB
CMYK
RGB Variations
Color information
#C04EFB (or 0xC04EFB) is known color: Medium Orchid. HEX triplet: C0, 4E and FB. RGB value is (192,78,251). Sum of RGB (Red+Green+Blue) = 192+78+251=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 78 (30.86% from 255 or 14.97% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #C04EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C04EFB is #3FB104. Grayscale: #838383. Windows color (decimal): -4174085 or 16469696. OLE color: 16469696.
HSL color Cylindrical-coordinate representation of color #C04EFB: hue angle of 279.54º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C04EFB is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 78 | 251 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.02 |
| HSL | 279.54º | 0.96% | 0.65% | - |
| HSV(B) | 279.54º | 0.69% | 0.98% | - |
| XYZ | 41.88 | 23.62 | 93.62 | - |
| YUV | 131.81 | 195.27 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 251 | 0.24 | 0.69 | 0 | 0.02 | 279.54 | 0.96 | 0.65 |
| Hex | C0 | 4E | FB | 18 | 45 | 0 | 2 | 118 | 60 | 41 |
| Octal | 300 | 116 | 373 | 30 | 105 | 0 | 2 | 430 | 140 | 101 |
| Binary | 11000000 | 1001110 | 11111011 | 11000 | 1000101 | 0 | 10 | 100011000 | 1100000 | 1000001 |
Color Harmonies of #C04EFB
Complementary color
Monochromatic Colors of #C04EFB
Black with #C04EFB
Text Example
Text Example
White with #C04EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04EFB; }
p { color: rgb(192,78,251); }
H1.HeaderClassName
{
color: #C04EFB;
}
.AnyTagClassName
{
color: #C04EFB;
}
</style>
background-color css
<style>
a { background-color: #C04EFB; }
a { background-color: rgb(192,78,251); }
div.DivClassName
{
background-color: #C04EFB;
}
.BgClassName
{
background-color: #C04EFB;
}
</style>
border-color css
<style>
span { border-color: #C04EFB; }
span { border-color: rgb(192,78,251); }
td.TdClassName
{
border-color: #C04EFB;
}
.TagClassName
{
border-color: #C04EFB;
}
</style>