Shades of Medium Orchid #C06FD3
Tints of Medium Orchid #C06FD3
RGB
CMYK
RGB Variations
Color information
#C06FD3 (or 0xC06FD3) is known color: Medium Orchid. HEX triplet: C0, 6F and D3. RGB value is (192,111,211). Sum of RGB (Red+Green+Blue) = 192+111+211=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 211 (82.81% from 255 or 41.05% from 514); Max value from RGB is 211 - color contains mainly: blue. Hex color #C06FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06FD3 is #3F902C. Grayscale: #929292. Windows color (decimal): -4165677 or 13856704. OLE color: 13856704.
HSL color Cylindrical-coordinate representation of color #C06FD3: hue angle of 288.6º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C06FD3 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 111 | 211 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.17 |
| HSL | 288.6º | 0.53% | 0.63% | - |
| HSV(B) | 288.6º | 0.47% | 0.83% | - |
| XYZ | 39.18 | 27.28 | 64.83 | - |
| YUV | 146.62 | 164.34 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 211 | 0.09 | 0.47 | 0 | 0.17 | 288.6 | 0.53 | 0.63 |
| Hex | C0 | 6F | D3 | 9 | 2F | 0 | 11 | 121 | 35 | 3F |
| Octal | 300 | 157 | 323 | 11 | 57 | 0 | 21 | 441 | 65 | 77 |
| Binary | 11000000 | 1101111 | 11010011 | 1001 | 101111 | 0 | 10001 | 100100001 | 110101 | 111111 |
Color Harmonies of #C06FD3
Complementary color
Monochromatic Colors of #C06FD3
Black with #C06FD3
Text Example
Text Example
White with #C06FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06FD3; }
p { color: rgb(192,111,211); }
H1.HeaderClassName
{
color: #C06FD3;
}
.AnyTagClassName
{
color: #C06FD3;
}
</style>
background-color css
<style>
a { background-color: #C06FD3; }
a { background-color: rgb(192,111,211); }
div.DivClassName
{
background-color: #C06FD3;
}
.BgClassName
{
background-color: #C06FD3;
}
</style>
border-color css
<style>
span { border-color: #C06FD3; }
span { border-color: rgb(192,111,211); }
td.TdClassName
{
border-color: #C06FD3;
}
.TagClassName
{
border-color: #C06FD3;
}
</style>