Shades of Medium Orchid #C06EDE
Tints of Medium Orchid #C06EDE
RGB
CMYK
RGB Variations
Color information
#C06EDE (or 0xC06EDE) is known color: Medium Orchid. HEX triplet: C0, 6E and DE. RGB value is (192,110,222). Sum of RGB (Red+Green+Blue) = 192+110+222=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 110 (43.36% from 255 or 20.99% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #C06EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06EDE is #3F9121. Grayscale: #929292. Windows color (decimal): -4165922 or 14577344. OLE color: 14577344.
HSL color Cylindrical-coordinate representation of color #C06EDE: hue angle of 283.93º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C06EDE is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 110 | 222 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.13 |
| HSL | 283.93º | 0.63% | 0.65% | - |
| HSV(B) | 283.93º | 0.5% | 0.87% | - |
| XYZ | 40.5 | 27.63 | 72.31 | - |
| YUV | 147.29 | 170.17 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 222 | 0.14 | 0.50 | 0 | 0.13 | 283.93 | 0.63 | 0.65 |
| Hex | C0 | 6E | DE | E | 32 | 0 | D | 11C | 3F | 41 |
| Octal | 300 | 156 | 336 | 16 | 62 | 0 | 15 | 434 | 77 | 101 |
| Binary | 11000000 | 1101110 | 11011110 | 1110 | 110010 | 0 | 1101 | 100011100 | 111111 | 1000001 |
Color Harmonies of #C06EDE
Complementary color
Monochromatic Colors of #C06EDE
Black with #C06EDE
Text Example
Text Example
White with #C06EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06EDE; }
p { color: rgb(192,110,222); }
H1.HeaderClassName
{
color: #C06EDE;
}
.AnyTagClassName
{
color: #C06EDE;
}
</style>
background-color css
<style>
a { background-color: #C06EDE; }
a { background-color: rgb(192,110,222); }
div.DivClassName
{
background-color: #C06EDE;
}
.BgClassName
{
background-color: #C06EDE;
}
</style>
border-color css
<style>
span { border-color: #C06EDE; }
span { border-color: rgb(192,110,222); }
td.TdClassName
{
border-color: #C06EDE;
}
.TagClassName
{
border-color: #C06EDE;
}
</style>