Shades of Medium Orchid #C02AD9
Tints of Medium Orchid #C02AD9
RGB
CMYK
RGB Variations
Color information
#C02AD9 (or 0xC02AD9) is known color: Medium Orchid. HEX triplet: C0, 2A and D9. RGB value is (192,42,217). Sum of RGB (Red+Green+Blue) = 192+42+217=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 42 (16.80% from 255 or 9.31% from 451); Blue value is 217 (85.16% from 255 or 48.12% from 451); Max value from RGB is 217 - color contains mainly: blue. Hex color #C02AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02AD9 is #3FD526. Grayscale: #6A6A6A. Windows color (decimal): -4183335 or 14232256. OLE color: 14232256.
HSL color Cylindrical-coordinate representation of color #C02AD9: hue angle of 291.43º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02AD9 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 42 | 217 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.15 |
| HSL | 291.43º | 0.7% | 0.51% | - |
| HSV(B) | 291.43º | 0.81% | 0.85% | - |
| XYZ | 35.09 | 17.87 | 67.25 | - |
| YUV | 106.8 | 190.2 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 217 | 0.12 | 0.81 | 0 | 0.15 | 291.43 | 0.7 | 0.51 |
| Hex | C0 | 2A | D9 | C | 51 | 0 | F | 123 | 46 | 33 |
| Octal | 300 | 52 | 331 | 14 | 121 | 0 | 17 | 443 | 106 | 63 |
| Binary | 11000000 | 101010 | 11011001 | 1100 | 1010001 | 0 | 1111 | 100100011 | 1000110 | 110011 |
Color Harmonies of #C02AD9
Complementary color
Monochromatic Colors of #C02AD9
Black with #C02AD9
Text Example
Text Example
White with #C02AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02AD9; }
p { color: rgb(192,42,217); }
H1.HeaderClassName
{
color: #C02AD9;
}
.AnyTagClassName
{
color: #C02AD9;
}
</style>
background-color css
<style>
a { background-color: #C02AD9; }
a { background-color: rgb(192,42,217); }
div.DivClassName
{
background-color: #C02AD9;
}
.BgClassName
{
background-color: #C02AD9;
}
</style>
border-color css
<style>
span { border-color: #C02AD9; }
span { border-color: rgb(192,42,217); }
td.TdClassName
{
border-color: #C02AD9;
}
.TagClassName
{
border-color: #C02AD9;
}
</style>