Shades of Medium Orchid #C06ED1
Tints of Medium Orchid #C06ED1
RGB
CMYK
RGB Variations
Color information
#C06ED1 (or 0xC06ED1) is known color: Medium Orchid. HEX triplet: C0, 6E and D1. RGB value is (192,110,209). Sum of RGB (Red+Green+Blue) = 192+110+209=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 209 (82.03% from 255 or 40.90% from 511); Max value from RGB is 209 - color contains mainly: blue. Hex color #C06ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06ED1 is #3F912E. Grayscale: #919191. Windows color (decimal): -4165935 or 13725376. OLE color: 13725376.
HSL color Cylindrical-coordinate representation of color #C06ED1: hue angle of 289.7º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C06ED1 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 110 | 209 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.18 |
| HSL | 289.7º | 0.52% | 0.63% | - |
| HSV(B) | 289.7º | 0.47% | 0.82% | - |
| XYZ | 38.82 | 26.96 | 63.48 | - |
| YUV | 145.8 | 163.67 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 209 | 0.08 | 0.47 | 0 | 0.18 | 289.7 | 0.52 | 0.63 |
| Hex | C0 | 6E | D1 | 8 | 2F | 0 | 12 | 122 | 34 | 3F |
| Octal | 300 | 156 | 321 | 10 | 57 | 0 | 22 | 442 | 64 | 77 |
| Binary | 11000000 | 1101110 | 11010001 | 1000 | 101111 | 0 | 10010 | 100100010 | 110100 | 111111 |
Color Harmonies of #C06ED1
Complementary color
Monochromatic Colors of #C06ED1
Black with #C06ED1
Text Example
Text Example
White with #C06ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06ED1; }
p { color: rgb(192,110,209); }
H1.HeaderClassName
{
color: #C06ED1;
}
.AnyTagClassName
{
color: #C06ED1;
}
</style>
background-color css
<style>
a { background-color: #C06ED1; }
a { background-color: rgb(192,110,209); }
div.DivClassName
{
background-color: #C06ED1;
}
.BgClassName
{
background-color: #C06ED1;
}
</style>
border-color css
<style>
span { border-color: #C06ED1; }
span { border-color: rgb(192,110,209); }
td.TdClassName
{
border-color: #C06ED1;
}
.TagClassName
{
border-color: #C06ED1;
}
</style>