Shades of Medium Orchid #C02ADB
Tints of Medium Orchid #C02ADB
RGB
CMYK
RGB Variations
Color information
#C02ADB (or 0xC02ADB) is known color: Medium Orchid. HEX triplet: C0, 2A and DB. RGB value is (192,42,219). Sum of RGB (Red+Green+Blue) = 192+42+219=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 42 (16.80% from 255 or 9.27% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #C02ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02ADB is #3FD524. Grayscale: #6A6A6A. Windows color (decimal): -4183333 or 14363328. OLE color: 14363328.
HSL color Cylindrical-coordinate representation of color #C02ADB: hue angle of 290.85º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02ADB is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 42 | 219 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.14 |
| HSL | 290.85º | 0.71% | 0.51% | - |
| HSV(B) | 290.85º | 0.81% | 0.86% | - |
| XYZ | 35.35 | 17.98 | 68.62 | - |
| YUV | 107.03 | 191.2 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 219 | 0.12 | 0.81 | 0 | 0.14 | 290.85 | 0.71 | 0.51 |
| Hex | C0 | 2A | DB | C | 51 | 0 | E | 123 | 47 | 33 |
| Octal | 300 | 52 | 333 | 14 | 121 | 0 | 16 | 443 | 107 | 63 |
| Binary | 11000000 | 101010 | 11011011 | 1100 | 1010001 | 0 | 1110 | 100100011 | 1000111 | 110011 |
Color Harmonies of #C02ADB
Complementary color
Monochromatic Colors of #C02ADB
Black with #C02ADB
Text Example
Text Example
White with #C02ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02ADB; }
p { color: rgb(192,42,219); }
H1.HeaderClassName
{
color: #C02ADB;
}
.AnyTagClassName
{
color: #C02ADB;
}
</style>
background-color css
<style>
a { background-color: #C02ADB; }
a { background-color: rgb(192,42,219); }
div.DivClassName
{
background-color: #C02ADB;
}
.BgClassName
{
background-color: #C02ADB;
}
</style>
border-color css
<style>
span { border-color: #C02ADB; }
span { border-color: rgb(192,42,219); }
td.TdClassName
{
border-color: #C02ADB;
}
.TagClassName
{
border-color: #C02ADB;
}
</style>