Shades of Medium Orchid #C07ADB
Tints of Medium Orchid #C07ADB
RGB
CMYK
RGB Variations
Color information
#C07ADB (or 0xC07ADB) is known color: Medium Orchid. HEX triplet: C0, 7A and DB. RGB value is (192,122,219). Sum of RGB (Red+Green+Blue) = 192+122+219=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #C07ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07ADB is #3F8524. Grayscale: #999999. Windows color (decimal): -4162853 or 14383808. OLE color: 14383808.
HSL color Cylindrical-coordinate representation of color #C07ADB: hue angle of 283.3º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C07ADB is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 122 | 219 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.14 |
| HSL | 283.3º | 0.57% | 0.67% | - |
| HSV(B) | 283.3º | 0.44% | 0.86% | - |
| XYZ | 41.48 | 30.24 | 70.67 | - |
| YUV | 153.99 | 164.69 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 219 | 0.12 | 0.44 | 0 | 0.14 | 283.3 | 0.57 | 0.67 |
| Hex | C0 | 7A | DB | C | 2C | 0 | E | 11B | 39 | 43 |
| Octal | 300 | 172 | 333 | 14 | 54 | 0 | 16 | 433 | 71 | 103 |
| Binary | 11000000 | 1111010 | 11011011 | 1100 | 101100 | 0 | 1110 | 100011011 | 111001 | 1000011 |
Color Harmonies of #C07ADB
Complementary color
Monochromatic Colors of #C07ADB
Black with #C07ADB
Text Example
Text Example
White with #C07ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07ADB; }
p { color: rgb(192,122,219); }
H1.HeaderClassName
{
color: #C07ADB;
}
.AnyTagClassName
{
color: #C07ADB;
}
</style>
background-color css
<style>
a { background-color: #C07ADB; }
a { background-color: rgb(192,122,219); }
div.DivClassName
{
background-color: #C07ADB;
}
.BgClassName
{
background-color: #C07ADB;
}
</style>
border-color css
<style>
span { border-color: #C07ADB; }
span { border-color: rgb(192,122,219); }
td.TdClassName
{
border-color: #C07ADB;
}
.TagClassName
{
border-color: #C07ADB;
}
</style>