Shades of Medium Orchid #C04EFE
Tints of Medium Orchid #C04EFE
RGB
CMYK
RGB Variations
Color information
#C04EFE (or 0xC04EFE) is known color: Medium Orchid. HEX triplet: C0, 4E and FE. RGB value is (192,78,254). Sum of RGB (Red+Green+Blue) = 192+78+254=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 78 (30.86% from 255 or 14.89% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #C04EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C04EFE is #3FB101. Grayscale: #838383. Windows color (decimal): -4174082 or 16666304. OLE color: 16666304.
HSL color Cylindrical-coordinate representation of color #C04EFE: hue angle of 278.86º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C04EFE is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 78 | 254 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.00 |
| HSL | 278.86º | 0.99% | 0.65% | - |
| HSV(B) | 278.86º | 0.69% | 1% | - |
| XYZ | 42.35 | 23.81 | 96.13 | - |
| YUV | 132.15 | 196.77 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 254 | 0.24 | 0.69 | 0 | 0.00 | 278.86 | 0.99 | 0.65 |
| Hex | C0 | 4E | FE | 18 | 45 | 0 | 0 | 117 | 63 | 41 |
| Octal | 300 | 116 | 376 | 30 | 105 | 0 | 0 | 427 | 143 | 101 |
| Binary | 11000000 | 1001110 | 11111110 | 11000 | 1000101 | 0 | 0 | 100010111 | 1100011 | 1000001 |
Color Harmonies of #C04EFE
Complementary color
Monochromatic Colors of #C04EFE
Black with #C04EFE
Text Example
Text Example
White with #C04EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04EFE; }
p { color: rgb(192,78,254); }
H1.HeaderClassName
{
color: #C04EFE;
}
.AnyTagClassName
{
color: #C04EFE;
}
</style>
background-color css
<style>
a { background-color: #C04EFE; }
a { background-color: rgb(192,78,254); }
div.DivClassName
{
background-color: #C04EFE;
}
.BgClassName
{
background-color: #C04EFE;
}
</style>
border-color css
<style>
span { border-color: #C04EFE; }
span { border-color: rgb(192,78,254); }
td.TdClassName
{
border-color: #C04EFE;
}
.TagClassName
{
border-color: #C04EFE;
}
</style>