Shades of Medium Orchid #C02EDC
Tints of Medium Orchid #C02EDC
RGB
CMYK
RGB Variations
Color information
#C02EDC (or 0xC02EDC) is known color: Medium Orchid. HEX triplet: C0, 2E and DC. RGB value is (192,46,220). Sum of RGB (Red+Green+Blue) = 192+46+220=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 46 (18.36% from 255 or 10.04% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #C02EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02EDC is #3FD123. Grayscale: #6C6C6C. Windows color (decimal): -4182308 or 14429888. OLE color: 14429888.
HSL color Cylindrical-coordinate representation of color #C02EDC: hue angle of 290.34º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C02EDC is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 46 | 220 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.14 |
| HSL | 290.34º | 0.71% | 0.52% | - |
| HSV(B) | 290.34º | 0.79% | 0.86% | - |
| XYZ | 35.63 | 18.33 | 69.37 | - |
| YUV | 109.49 | 190.37 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 46 | 220 | 0.13 | 0.79 | 0 | 0.14 | 290.34 | 0.71 | 0.52 |
| Hex | C0 | 2E | DC | D | 4F | 0 | E | 122 | 47 | 34 |
| Octal | 300 | 56 | 334 | 15 | 117 | 0 | 16 | 442 | 107 | 64 |
| Binary | 11000000 | 101110 | 11011100 | 1101 | 1001111 | 0 | 1110 | 100100010 | 1000111 | 110100 |
Color Harmonies of #C02EDC
Complementary color
Monochromatic Colors of #C02EDC
Black with #C02EDC
Text Example
Text Example
White with #C02EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02EDC; }
p { color: rgb(192,46,220); }
H1.HeaderClassName
{
color: #C02EDC;
}
.AnyTagClassName
{
color: #C02EDC;
}
</style>
background-color css
<style>
a { background-color: #C02EDC; }
a { background-color: rgb(192,46,220); }
div.DivClassName
{
background-color: #C02EDC;
}
.BgClassName
{
background-color: #C02EDC;
}
</style>
border-color css
<style>
span { border-color: #C02EDC; }
span { border-color: rgb(192,46,220); }
td.TdClassName
{
border-color: #C02EDC;
}
.TagClassName
{
border-color: #C02EDC;
}
</style>