Shades of Medium Orchid #C02CD9
Tints of Medium Orchid #C02CD9
RGB
CMYK
RGB Variations
Color information
#C02CD9 (or 0xC02CD9) is known color: Medium Orchid. HEX triplet: C0, 2C and D9. RGB value is (192,44,217). Sum of RGB (Red+Green+Blue) = 192+44+217=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 44 (17.58% from 255 or 9.71% from 453); Blue value is 217 (85.16% from 255 or 47.90% from 453); Max value from RGB is 217 - color contains mainly: blue. Hex color #C02CD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02CD9 is #3FD326. Grayscale: #6B6B6B. Windows color (decimal): -4182823 or 14232768. OLE color: 14232768.
HSL color Cylindrical-coordinate representation of color #C02CD9: hue angle of 291.33º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02CD9 is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 44 | 217 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.15 |
| HSL | 291.33º | 0.69% | 0.51% | - |
| HSV(B) | 291.33º | 0.8% | 0.85% | - |
| XYZ | 35.16 | 18.02 | 67.27 | - |
| YUV | 107.97 | 189.53 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 217 | 0.12 | 0.80 | 0 | 0.15 | 291.33 | 0.69 | 0.51 |
| Hex | C0 | 2C | D9 | C | 50 | 0 | F | 123 | 45 | 33 |
| Octal | 300 | 54 | 331 | 14 | 120 | 0 | 17 | 443 | 105 | 63 |
| Binary | 11000000 | 101100 | 11011001 | 1100 | 1010000 | 0 | 1111 | 100100011 | 1000101 | 110011 |
Color Harmonies of #C02CD9
Complementary color
Monochromatic Colors of #C02CD9
Black with #C02CD9
Text Example
Text Example
White with #C02CD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02CD9; }
p { color: rgb(192,44,217); }
H1.HeaderClassName
{
color: #C02CD9;
}
.AnyTagClassName
{
color: #C02CD9;
}
</style>
background-color css
<style>
a { background-color: #C02CD9; }
a { background-color: rgb(192,44,217); }
div.DivClassName
{
background-color: #C02CD9;
}
.BgClassName
{
background-color: #C02CD9;
}
</style>
border-color css
<style>
span { border-color: #C02CD9; }
span { border-color: rgb(192,44,217); }
td.TdClassName
{
border-color: #C02CD9;
}
.TagClassName
{
border-color: #C02CD9;
}
</style>