Shades of Medium Orchid #C02AD5
Tints of Medium Orchid #C02AD5
RGB
CMYK
RGB Variations
Color information
#C02AD5 (or 0xC02AD5) is known color: Medium Orchid. HEX triplet: C0, 2A and D5. RGB value is (192,42,213). Sum of RGB (Red+Green+Blue) = 192+42+213=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 42 (16.80% from 255 or 9.40% from 447); Blue value is 213 (83.59% from 255 or 47.65% from 447); Max value from RGB is 213 - color contains mainly: blue. Hex color #C02AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02AD5 is #3FD52A. Grayscale: #696969. Windows color (decimal): -4183339 or 13970112. OLE color: 13970112.
HSL color Cylindrical-coordinate representation of color #C02AD5: hue angle of 292.63º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02AD5 is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 42 | 213 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.16 |
| HSL | 292.63º | 0.67% | 0.5% | - |
| HSV(B) | 292.63º | 0.8% | 0.84% | - |
| XYZ | 34.58 | 17.67 | 64.54 | - |
| YUV | 106.34 | 188.2 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 213 | 0.10 | 0.80 | 0 | 0.16 | 292.63 | 0.67 | 0.5 |
| Hex | C0 | 2A | D5 | A | 50 | 0 | 10 | 125 | 43 | 32 |
| Octal | 300 | 52 | 325 | 12 | 120 | 0 | 20 | 445 | 103 | 62 |
| Binary | 11000000 | 101010 | 11010101 | 1010 | 1010000 | 0 | 10000 | 100100101 | 1000011 | 110010 |
Color Harmonies of #C02AD5
Complementary color
Monochromatic Colors of #C02AD5
Black with #C02AD5
Text Example
Text Example
White with #C02AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02AD5; }
p { color: rgb(192,42,213); }
H1.HeaderClassName
{
color: #C02AD5;
}
.AnyTagClassName
{
color: #C02AD5;
}
</style>
background-color css
<style>
a { background-color: #C02AD5; }
a { background-color: rgb(192,42,213); }
div.DivClassName
{
background-color: #C02AD5;
}
.BgClassName
{
background-color: #C02AD5;
}
</style>
border-color css
<style>
span { border-color: #C02AD5; }
span { border-color: rgb(192,42,213); }
td.TdClassName
{
border-color: #C02AD5;
}
.TagClassName
{
border-color: #C02AD5;
}
</style>