Shades of Medium Orchid #C02ADD
Tints of Medium Orchid #C02ADD
RGB
CMYK
RGB Variations
Color information
#C02ADD (or 0xC02ADD) is known color: Medium Orchid. HEX triplet: C0, 2A and DD. RGB value is (192,42,221). Sum of RGB (Red+Green+Blue) = 192+42+221=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 42 (16.80% from 255 or 9.23% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #C02ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02ADD is #3FD522. Grayscale: #6A6A6A. Windows color (decimal): -4183331 or 14494400. OLE color: 14494400.
HSL color Cylindrical-coordinate representation of color #C02ADD: hue angle of 290.28º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02ADD is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 42 | 221 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.13 |
| HSL | 290.28º | 0.72% | 0.52% | - |
| HSV(B) | 290.28º | 0.81% | 0.87% | - |
| XYZ | 35.62 | 18.08 | 70.02 | - |
| YUV | 107.26 | 192.2 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 221 | 0.13 | 0.81 | 0 | 0.13 | 290.28 | 0.72 | 0.52 |
| Hex | C0 | 2A | DD | D | 51 | 0 | D | 122 | 48 | 34 |
| Octal | 300 | 52 | 335 | 15 | 121 | 0 | 15 | 442 | 110 | 64 |
| Binary | 11000000 | 101010 | 11011101 | 1101 | 1010001 | 0 | 1101 | 100100010 | 1001000 | 110100 |
Color Harmonies of #C02ADD
Complementary color
Monochromatic Colors of #C02ADD
Black with #C02ADD
Text Example
Text Example
White with #C02ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02ADD; }
p { color: rgb(192,42,221); }
H1.HeaderClassName
{
color: #C02ADD;
}
.AnyTagClassName
{
color: #C02ADD;
}
</style>
background-color css
<style>
a { background-color: #C02ADD; }
a { background-color: rgb(192,42,221); }
div.DivClassName
{
background-color: #C02ADD;
}
.BgClassName
{
background-color: #C02ADD;
}
</style>
border-color css
<style>
span { border-color: #C02ADD; }
span { border-color: rgb(192,42,221); }
td.TdClassName
{
border-color: #C02ADD;
}
.TagClassName
{
border-color: #C02ADD;
}
</style>