Shades of Medium Orchid #C02EDF
Tints of Medium Orchid #C02EDF
RGB
CMYK
RGB Variations
Color information
#C02EDF (or 0xC02EDF) is known color: Medium Orchid. HEX triplet: C0, 2E and DF. RGB value is (192,46,223). Sum of RGB (Red+Green+Blue) = 192+46+223=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 46 (18.36% from 255 or 9.98% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #C02EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02EDF is #3FD120. Grayscale: #6D6D6D. Windows color (decimal): -4182305 or 14626496. OLE color: 14626496.
HSL color Cylindrical-coordinate representation of color #C02EDF: hue angle of 289.49º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C02EDF is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 46 | 223 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.13 |
| HSL | 289.49º | 0.73% | 0.53% | - |
| HSV(B) | 289.49º | 0.79% | 0.87% | - |
| XYZ | 36.03 | 18.49 | 71.48 | - |
| YUV | 109.83 | 191.87 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 46 | 223 | 0.14 | 0.79 | 0 | 0.13 | 289.49 | 0.73 | 0.53 |
| Hex | C0 | 2E | DF | E | 4F | 0 | D | 121 | 49 | 35 |
| Octal | 300 | 56 | 337 | 16 | 117 | 0 | 15 | 441 | 111 | 65 |
| Binary | 11000000 | 101110 | 11011111 | 1110 | 1001111 | 0 | 1101 | 100100001 | 1001001 | 110101 |
Color Harmonies of #C02EDF
Complementary color
Monochromatic Colors of #C02EDF
Black with #C02EDF
Text Example
Text Example
White with #C02EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02EDF; }
p { color: rgb(192,46,223); }
H1.HeaderClassName
{
color: #C02EDF;
}
.AnyTagClassName
{
color: #C02EDF;
}
</style>
background-color css
<style>
a { background-color: #C02EDF; }
a { background-color: rgb(192,46,223); }
div.DivClassName
{
background-color: #C02EDF;
}
.BgClassName
{
background-color: #C02EDF;
}
</style>
border-color css
<style>
span { border-color: #C02EDF; }
span { border-color: rgb(192,46,223); }
td.TdClassName
{
border-color: #C02EDF;
}
.TagClassName
{
border-color: #C02EDF;
}
</style>