Shades of Medium Orchid #C06FD9
Tints of Medium Orchid #C06FD9
RGB
CMYK
RGB Variations
Color information
#C06FD9 (or 0xC06FD9) is known color: Medium Orchid. HEX triplet: C0, 6F and D9. RGB value is (192,111,217). Sum of RGB (Red+Green+Blue) = 192+111+217=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 111 (43.75% from 255 or 21.35% from 520); Blue value is 217 (85.16% from 255 or 41.73% from 520); Max value from RGB is 217 - color contains mainly: blue. Hex color #C06FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06FD9 is #3F9026. Grayscale: #929292. Windows color (decimal): -4165671 or 14249920. OLE color: 14249920.
HSL color Cylindrical-coordinate representation of color #C06FD9: hue angle of 285.85º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C06FD9 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 111 | 217 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.15 |
| HSL | 285.85º | 0.58% | 0.64% | - |
| HSV(B) | 285.85º | 0.49% | 0.85% | - |
| XYZ | 39.95 | 27.59 | 68.86 | - |
| YUV | 147.3 | 167.34 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 217 | 0.12 | 0.49 | 0 | 0.15 | 285.85 | 0.58 | 0.64 |
| Hex | C0 | 6F | D9 | C | 31 | 0 | F | 11E | 3A | 40 |
| Octal | 300 | 157 | 331 | 14 | 61 | 0 | 17 | 436 | 72 | 100 |
| Binary | 11000000 | 1101111 | 11011001 | 1100 | 110001 | 0 | 1111 | 100011110 | 111010 | 1000000 |
Color Harmonies of #C06FD9
Complementary color
Monochromatic Colors of #C06FD9
Black with #C06FD9
Text Example
Text Example
White with #C06FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06FD9; }
p { color: rgb(192,111,217); }
H1.HeaderClassName
{
color: #C06FD9;
}
.AnyTagClassName
{
color: #C06FD9;
}
</style>
background-color css
<style>
a { background-color: #C06FD9; }
a { background-color: rgb(192,111,217); }
div.DivClassName
{
background-color: #C06FD9;
}
.BgClassName
{
background-color: #C06FD9;
}
</style>
border-color css
<style>
span { border-color: #C06FD9; }
span { border-color: rgb(192,111,217); }
td.TdClassName
{
border-color: #C06FD9;
}
.TagClassName
{
border-color: #C06FD9;
}
</style>