Shades of Medium Orchid #C02CD0
Tints of Medium Orchid #C02CD0
RGB
CMYK
RGB Variations
Color information
#C02CD0 (or 0xC02CD0) is known color: Medium Orchid. HEX triplet: C0, 2C and D0. RGB value is (192,44,208). Sum of RGB (Red+Green+Blue) = 192+44+208=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 44 (17.58% from 255 or 9.91% from 444); Blue value is 208 (81.64% from 255 or 46.85% from 444); Max value from RGB is 208 - color contains mainly: blue. Hex color #C02CD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02CD0 is #3FD32F. Grayscale: #6A6A6A. Windows color (decimal): -4182832 or 13642944. OLE color: 13642944.
HSL color Cylindrical-coordinate representation of color #C02CD0: hue angle of 294.15º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C02CD0 is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 44 | 208 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.18 |
| HSL | 294.15º | 0.65% | 0.49% | - |
| HSV(B) | 294.15º | 0.79% | 0.82% | - |
| XYZ | 34.02 | 17.56 | 61.27 | - |
| YUV | 106.95 | 185.03 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 208 | 0.08 | 0.79 | 0 | 0.18 | 294.15 | 0.65 | 0.49 |
| Hex | C0 | 2C | D0 | 8 | 4F | 0 | 12 | 126 | 41 | 31 |
| Octal | 300 | 54 | 320 | 10 | 117 | 0 | 22 | 446 | 101 | 61 |
| Binary | 11000000 | 101100 | 11010000 | 1000 | 1001111 | 0 | 10010 | 100100110 | 1000001 | 110001 |
Color Harmonies of #C02CD0
Complementary color
Monochromatic Colors of #C02CD0
Black with #C02CD0
Text Example
Text Example
White with #C02CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02CD0; }
p { color: rgb(192,44,208); }
H1.HeaderClassName
{
color: #C02CD0;
}
.AnyTagClassName
{
color: #C02CD0;
}
</style>
background-color css
<style>
a { background-color: #C02CD0; }
a { background-color: rgb(192,44,208); }
div.DivClassName
{
background-color: #C02CD0;
}
.BgClassName
{
background-color: #C02CD0;
}
</style>
border-color css
<style>
span { border-color: #C02CD0; }
span { border-color: rgb(192,44,208); }
td.TdClassName
{
border-color: #C02CD0;
}
.TagClassName
{
border-color: #C02CD0;
}
</style>