Shades of Medium Orchid #C06EDC
Tints of Medium Orchid #C06EDC
RGB
CMYK
RGB Variations
Color information
#C06EDC (or 0xC06EDC) is known color: Medium Orchid. HEX triplet: C0, 6E and DC. RGB value is (192,110,220). Sum of RGB (Red+Green+Blue) = 192+110+220=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 110 (43.36% from 255 or 21.07% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #C06EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06EDC is #3F9123. Grayscale: #929292. Windows color (decimal): -4165924 or 14446272. OLE color: 14446272.
HSL color Cylindrical-coordinate representation of color #C06EDC: hue angle of 284.73º degrees, saturation: 0.61, 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 #C06EDC is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 110 | 220 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.14 |
| HSL | 284.73º | 0.61% | 0.65% | - |
| HSV(B) | 284.73º | 0.5% | 0.86% | - |
| XYZ | 40.23 | 27.53 | 70.9 | - |
| YUV | 147.06 | 169.17 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 220 | 0.13 | 0.50 | 0 | 0.14 | 284.73 | 0.61 | 0.65 |
| Hex | C0 | 6E | DC | D | 32 | 0 | E | 11D | 3D | 41 |
| Octal | 300 | 156 | 334 | 15 | 62 | 0 | 16 | 435 | 75 | 101 |
| Binary | 11000000 | 1101110 | 11011100 | 1101 | 110010 | 0 | 1110 | 100011101 | 111101 | 1000001 |
Color Harmonies of #C06EDC
Complementary color
Monochromatic Colors of #C06EDC
Black with #C06EDC
Text Example
Text Example
White with #C06EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06EDC; }
p { color: rgb(192,110,220); }
H1.HeaderClassName
{
color: #C06EDC;
}
.AnyTagClassName
{
color: #C06EDC;
}
</style>
background-color css
<style>
a { background-color: #C06EDC; }
a { background-color: rgb(192,110,220); }
div.DivClassName
{
background-color: #C06EDC;
}
.BgClassName
{
background-color: #C06EDC;
}
</style>
border-color css
<style>
span { border-color: #C06EDC; }
span { border-color: rgb(192,110,220); }
td.TdClassName
{
border-color: #C06EDC;
}
.TagClassName
{
border-color: #C06EDC;
}
</style>