Shades of Medium Orchid #C06EDB
Tints of Medium Orchid #C06EDB
RGB
CMYK
RGB Variations
Color information
#C06EDB (or 0xC06EDB) is known color: Medium Orchid. HEX triplet: C0, 6E and DB. RGB value is (192,110,219). Sum of RGB (Red+Green+Blue) = 192+110+219=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #C06EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06EDB is #3F9124. Grayscale: #929292. Windows color (decimal): -4165925 or 14380736. OLE color: 14380736.
HSL color Cylindrical-coordinate representation of color #C06EDB: hue angle of 285.14º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C06EDB is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 110 | 219 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.14 |
| HSL | 285.14º | 0.6% | 0.65% | - |
| HSV(B) | 285.14º | 0.5% | 0.86% | - |
| XYZ | 40.1 | 27.47 | 70.21 | - |
| YUV | 146.94 | 168.67 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 219 | 0.12 | 0.50 | 0 | 0.14 | 285.14 | 0.6 | 0.65 |
| Hex | C0 | 6E | DB | C | 32 | 0 | E | 11D | 3C | 41 |
| Octal | 300 | 156 | 333 | 14 | 62 | 0 | 16 | 435 | 74 | 101 |
| Binary | 11000000 | 1101110 | 11011011 | 1100 | 110010 | 0 | 1110 | 100011101 | 111100 | 1000001 |
Color Harmonies of #C06EDB
Complementary color
Monochromatic Colors of #C06EDB
Black with #C06EDB
Text Example
Text Example
White with #C06EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06EDB; }
p { color: rgb(192,110,219); }
H1.HeaderClassName
{
color: #C06EDB;
}
.AnyTagClassName
{
color: #C06EDB;
}
</style>
background-color css
<style>
a { background-color: #C06EDB; }
a { background-color: rgb(192,110,219); }
div.DivClassName
{
background-color: #C06EDB;
}
.BgClassName
{
background-color: #C06EDB;
}
</style>
border-color css
<style>
span { border-color: #C06EDB; }
span { border-color: rgb(192,110,219); }
td.TdClassName
{
border-color: #C06EDB;
}
.TagClassName
{
border-color: #C06EDB;
}
</style>