Shades of Medium Orchid #C02ADF
Tints of Medium Orchid #C02ADF
RGB
CMYK
RGB Variations
Color information
#C02ADF (or 0xC02ADF) is known color: Medium Orchid. HEX triplet: C0, 2A and DF. RGB value is (192,42,223). Sum of RGB (Red+Green+Blue) = 192+42+223=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 42 (16.80% from 255 or 9.19% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #C02ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02ADF is #3FD520. Grayscale: #6A6A6A. Windows color (decimal): -4183329 or 14625472. OLE color: 14625472.
HSL color Cylindrical-coordinate representation of color #C02ADF: hue angle of 289.72º degrees, saturation: 0.74, 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 #C02ADF is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 42 | 223 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.13 |
| HSL | 289.72º | 0.74% | 0.52% | - |
| HSV(B) | 289.72º | 0.81% | 0.87% | - |
| XYZ | 35.89 | 18.19 | 71.43 | - |
| YUV | 107.48 | 193.2 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 223 | 0.14 | 0.81 | 0 | 0.13 | 289.72 | 0.74 | 0.52 |
| Hex | C0 | 2A | DF | E | 51 | 0 | D | 122 | 4A | 34 |
| Octal | 300 | 52 | 337 | 16 | 121 | 0 | 15 | 442 | 112 | 64 |
| Binary | 11000000 | 101010 | 11011111 | 1110 | 1010001 | 0 | 1101 | 100100010 | 1001010 | 110100 |
Color Harmonies of #C02ADF
Complementary color
Monochromatic Colors of #C02ADF
Black with #C02ADF
Text Example
Text Example
White with #C02ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02ADF; }
p { color: rgb(192,42,223); }
H1.HeaderClassName
{
color: #C02ADF;
}
.AnyTagClassName
{
color: #C02ADF;
}
</style>
background-color css
<style>
a { background-color: #C02ADF; }
a { background-color: rgb(192,42,223); }
div.DivClassName
{
background-color: #C02ADF;
}
.BgClassName
{
background-color: #C02ADF;
}
</style>
border-color css
<style>
span { border-color: #C02ADF; }
span { border-color: rgb(192,42,223); }
td.TdClassName
{
border-color: #C02ADF;
}
.TagClassName
{
border-color: #C02ADF;
}
</style>