Shades of Medium Orchid #C06ED3
Tints of Medium Orchid #C06ED3
RGB
CMYK
RGB Variations
Color information
#C06ED3 (or 0xC06ED3) is known color: Medium Orchid. HEX triplet: C0, 6E and D3. RGB value is (192,110,211). Sum of RGB (Red+Green+Blue) = 192+110+211=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 211 (82.81% from 255 or 41.13% from 513); Max value from RGB is 211 - color contains mainly: blue. Hex color #C06ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06ED3 is #3F912C. Grayscale: #919191. Windows color (decimal): -4165933 or 13856448. OLE color: 13856448.
HSL color Cylindrical-coordinate representation of color #C06ED3: hue angle of 288.71º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C06ED3 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 110 | 211 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.17 |
| HSL | 288.71º | 0.53% | 0.63% | - |
| HSV(B) | 288.71º | 0.48% | 0.83% | - |
| XYZ | 39.07 | 27.06 | 64.79 | - |
| YUV | 146.03 | 164.67 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 211 | 0.09 | 0.48 | 0 | 0.17 | 288.71 | 0.53 | 0.63 |
| Hex | C0 | 6E | D3 | 9 | 30 | 0 | 11 | 121 | 35 | 3F |
| Octal | 300 | 156 | 323 | 11 | 60 | 0 | 21 | 441 | 65 | 77 |
| Binary | 11000000 | 1101110 | 11010011 | 1001 | 110000 | 0 | 10001 | 100100001 | 110101 | 111111 |
Color Harmonies of #C06ED3
Complementary color
Monochromatic Colors of #C06ED3
Black with #C06ED3
Text Example
Text Example
White with #C06ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06ED3; }
p { color: rgb(192,110,211); }
H1.HeaderClassName
{
color: #C06ED3;
}
.AnyTagClassName
{
color: #C06ED3;
}
</style>
background-color css
<style>
a { background-color: #C06ED3; }
a { background-color: rgb(192,110,211); }
div.DivClassName
{
background-color: #C06ED3;
}
.BgClassName
{
background-color: #C06ED3;
}
</style>
border-color css
<style>
span { border-color: #C06ED3; }
span { border-color: rgb(192,110,211); }
td.TdClassName
{
border-color: #C06ED3;
}
.TagClassName
{
border-color: #C06ED3;
}
</style>