Shades of Medium Orchid #C06ED0
Tints of Medium Orchid #C06ED0
RGB
CMYK
RGB Variations
Color information
#C06ED0 (or 0xC06ED0) is known color: Medium Orchid. HEX triplet: C0, 6E and D0. RGB value is (192,110,208). Sum of RGB (Red+Green+Blue) = 192+110+208=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 110 (43.36% from 255 or 21.57% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 208 - color contains mainly: blue. Hex color #C06ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06ED0 is #3F912F. Grayscale: #919191. Windows color (decimal): -4165936 or 13659840. OLE color: 13659840.
HSL color Cylindrical-coordinate representation of color #C06ED0: hue angle of 290.2º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C06ED0 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 110 | 208 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.18 |
| HSL | 290.2º | 0.51% | 0.62% | - |
| HSV(B) | 290.2º | 0.47% | 0.82% | - |
| XYZ | 38.7 | 26.91 | 62.83 | - |
| YUV | 145.69 | 163.17 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 208 | 0.08 | 0.47 | 0 | 0.18 | 290.2 | 0.51 | 0.62 |
| Hex | C0 | 6E | D0 | 8 | 2F | 0 | 12 | 122 | 33 | 3E |
| Octal | 300 | 156 | 320 | 10 | 57 | 0 | 22 | 442 | 63 | 76 |
| Binary | 11000000 | 1101110 | 11010000 | 1000 | 101111 | 0 | 10010 | 100100010 | 110011 | 111110 |
Color Harmonies of #C06ED0
Complementary color
Monochromatic Colors of #C06ED0
Black with #C06ED0
Text Example
Text Example
White with #C06ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06ED0; }
p { color: rgb(192,110,208); }
H1.HeaderClassName
{
color: #C06ED0;
}
.AnyTagClassName
{
color: #C06ED0;
}
</style>
background-color css
<style>
a { background-color: #C06ED0; }
a { background-color: rgb(192,110,208); }
div.DivClassName
{
background-color: #C06ED0;
}
.BgClassName
{
background-color: #C06ED0;
}
</style>
border-color css
<style>
span { border-color: #C06ED0; }
span { border-color: rgb(192,110,208); }
td.TdClassName
{
border-color: #C06ED0;
}
.TagClassName
{
border-color: #C06ED0;
}
</style>