Shades of Medium Orchid #C02EDB
Tints of Medium Orchid #C02EDB
RGB
CMYK
RGB Variations
Color information
#C02EDB (or 0xC02EDB) is known color: Medium Orchid. HEX triplet: C0, 2E and DB. RGB value is (192,46,219). Sum of RGB (Red+Green+Blue) = 192+46+219=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 46 (18.36% from 255 or 10.07% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #C02EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02EDB is #3FD124. Grayscale: #6C6C6C. Windows color (decimal): -4182309 or 14364352. OLE color: 14364352.
HSL color Cylindrical-coordinate representation of color #C02EDB: hue angle of 290.64º 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 #C02EDB is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 46 | 219 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.14 |
| HSL | 290.64º | 0.71% | 0.52% | - |
| HSV(B) | 290.64º | 0.79% | 0.86% | - |
| XYZ | 35.5 | 18.27 | 68.67 | - |
| YUV | 109.38 | 189.87 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 46 | 219 | 0.12 | 0.79 | 0 | 0.14 | 290.64 | 0.71 | 0.52 |
| Hex | C0 | 2E | DB | C | 4F | 0 | E | 123 | 47 | 34 |
| Octal | 300 | 56 | 333 | 14 | 117 | 0 | 16 | 443 | 107 | 64 |
| Binary | 11000000 | 101110 | 11011011 | 1100 | 1001111 | 0 | 1110 | 100100011 | 1000111 | 110100 |
Color Harmonies of #C02EDB
Complementary color
Monochromatic Colors of #C02EDB
Black with #C02EDB
Text Example
Text Example
White with #C02EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02EDB; }
p { color: rgb(192,46,219); }
H1.HeaderClassName
{
color: #C02EDB;
}
.AnyTagClassName
{
color: #C02EDB;
}
</style>
background-color css
<style>
a { background-color: #C02EDB; }
a { background-color: rgb(192,46,219); }
div.DivClassName
{
background-color: #C02EDB;
}
.BgClassName
{
background-color: #C02EDB;
}
</style>
border-color css
<style>
span { border-color: #C02EDB; }
span { border-color: rgb(192,46,219); }
td.TdClassName
{
border-color: #C02EDB;
}
.TagClassName
{
border-color: #C02EDB;
}
</style>