Shades of Medium Orchid #C02ED0
Tints of Medium Orchid #C02ED0
RGB
CMYK
RGB Variations
Color information
#C02ED0 (or 0xC02ED0) is known color: Medium Orchid. HEX triplet: C0, 2E and D0. RGB value is (192,46,208). Sum of RGB (Red+Green+Blue) = 192+46+208=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 46 (18.36% from 255 or 10.31% from 446); Blue value is 208 (81.64% from 255 or 46.64% from 446); Max value from RGB is 208 - color contains mainly: blue. Hex color #C02ED0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02ED0 is #3FD12F. Grayscale: #6B6B6B. Windows color (decimal): -4182320 or 13643456. OLE color: 13643456.
HSL color Cylindrical-coordinate representation of color #C02ED0: hue angle of 294.07º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02ED0 is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 46 | 208 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.18 |
| HSL | 294.07º | 0.64% | 0.5% | - |
| HSV(B) | 294.07º | 0.78% | 0.82% | - |
| XYZ | 34.1 | 17.71 | 61.3 | - |
| YUV | 108.12 | 184.37 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 46 | 208 | 0.08 | 0.78 | 0 | 0.18 | 294.07 | 0.64 | 0.5 |
| Hex | C0 | 2E | D0 | 8 | 4E | 0 | 12 | 126 | 40 | 32 |
| Octal | 300 | 56 | 320 | 10 | 116 | 0 | 22 | 446 | 100 | 62 |
| Binary | 11000000 | 101110 | 11010000 | 1000 | 1001110 | 0 | 10010 | 100100110 | 1000000 | 110010 |
Color Harmonies of #C02ED0
Complementary color
Monochromatic Colors of #C02ED0
Black with #C02ED0
Text Example
Text Example
White with #C02ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02ED0; }
p { color: rgb(192,46,208); }
H1.HeaderClassName
{
color: #C02ED0;
}
.AnyTagClassName
{
color: #C02ED0;
}
</style>
background-color css
<style>
a { background-color: #C02ED0; }
a { background-color: rgb(192,46,208); }
div.DivClassName
{
background-color: #C02ED0;
}
.BgClassName
{
background-color: #C02ED0;
}
</style>
border-color css
<style>
span { border-color: #C02ED0; }
span { border-color: rgb(192,46,208); }
td.TdClassName
{
border-color: #C02ED0;
}
.TagClassName
{
border-color: #C02ED0;
}
</style>