Shades of Medium Orchid #C02ED4
Tints of Medium Orchid #C02ED4
RGB
CMYK
RGB Variations
Color information
#C02ED4 (or 0xC02ED4) is known color: Medium Orchid. HEX triplet: C0, 2E and D4. RGB value is (192,46,212). Sum of RGB (Red+Green+Blue) = 192+46+212=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 46 (18.36% from 255 or 10.22% from 450); Blue value is 212 (83.20% from 255 or 47.11% from 450); Max value from RGB is 212 - color contains mainly: blue. Hex color #C02ED4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02ED4 is #3FD12B. Grayscale: #6C6C6C. Windows color (decimal): -4182316 or 13905600. OLE color: 13905600.
HSL color Cylindrical-coordinate representation of color #C02ED4: hue angle of 292.77º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02ED4 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 192 | 46 | 212 | - |
CMYK | 0.09 | 0.78 | 0 | 0.17 |
HSL | 292.77º | 0.66% | 0.51% | - |
HSV(B) | 292.77º | 0.78% | 0.83% | - |
XYZ | 34.6 | 17.91 | 63.92 | - |
YUV | 108.58 | 186.37 | 187.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 46 | 212 | 0.09 | 0.78 | 0 | 0.17 | 292.77 | 0.66 | 0.51 |
Hex | C0 | 2E | D4 | 9 | 4E | 0 | 11 | 125 | 42 | 33 |
Octal | 300 | 56 | 324 | 11 | 116 | 0 | 21 | 445 | 102 | 63 |
Binary | 11000000 | 101110 | 11010100 | 1001 | 1001110 | 0 | 10001 | 100100101 | 1000010 | 110011 |
Color Harmonies of #C02ED4
Complementary color
Monochromatic Colors of #C02ED4
Black with #C02ED4
Text Example
Text Example
White with #C02ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02ED4; }
p { color: rgb(192,46,212); }
H1.HeaderClassName
{
color: #C02ED4;
}
.AnyTagClassName
{
color: #C02ED4;
}
</style>
background-color css
<style>
a { background-color: #C02ED4; }
a { background-color: rgb(192,46,212); }
div.DivClassName
{
background-color: #C02ED4;
}
.BgClassName
{
background-color: #C02ED4;
}
</style>
border-color css
<style>
span { border-color: #C02ED4; }
span { border-color: rgb(192,46,212); }
td.TdClassName
{
border-color: #C02ED4;
}
.TagClassName
{
border-color: #C02ED4;
}
</style>