Shades of Medium Orchid #C06DEC
Tints of Medium Orchid #C06DEC
RGB
CMYK
RGB Variations
Color information
#C06DEC (or 0xC06DEC) is known color: Medium Orchid. HEX triplet: C0, 6D and EC. RGB value is (192,109,236). Sum of RGB (Red+Green+Blue) = 192+109+236=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 109 (42.97% from 255 or 20.30% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #C06DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06DEC is #3F9213. Grayscale: #939393. Windows color (decimal): -4166164 or 15494592. OLE color: 15494592.
HSL color Cylindrical-coordinate representation of color #C06DEC: hue angle of 279.21º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C06DEC is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 109 | 236 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.07 |
| HSL | 279.21º | 0.77% | 0.68% | - |
| HSV(B) | 279.21º | 0.54% | 0.93% | - |
| XYZ | 42.35 | 28.2 | 82.57 | - |
| YUV | 148.3 | 177.5 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 236 | 0.19 | 0.54 | 0 | 0.07 | 279.21 | 0.77 | 0.68 |
| Hex | C0 | 6D | EC | 13 | 36 | 0 | 7 | 117 | 4D | 44 |
| Octal | 300 | 155 | 354 | 23 | 66 | 0 | 7 | 427 | 115 | 104 |
| Binary | 11000000 | 1101101 | 11101100 | 10011 | 110110 | 0 | 111 | 100010111 | 1001101 | 1000100 |
Color Harmonies of #C06DEC
Complementary color
Monochromatic Colors of #C06DEC
Black with #C06DEC
Text Example
Text Example
White with #C06DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06DEC; }
p { color: rgb(192,109,236); }
H1.HeaderClassName
{
color: #C06DEC;
}
.AnyTagClassName
{
color: #C06DEC;
}
</style>
background-color css
<style>
a { background-color: #C06DEC; }
a { background-color: rgb(192,109,236); }
div.DivClassName
{
background-color: #C06DEC;
}
.BgClassName
{
background-color: #C06DEC;
}
</style>
border-color css
<style>
span { border-color: #C06DEC; }
span { border-color: rgb(192,109,236); }
td.TdClassName
{
border-color: #C06DEC;
}
.TagClassName
{
border-color: #C06DEC;
}
</style>