Shades of Medium Orchid #C06FD1
Tints of Medium Orchid #C06FD1
RGB
CMYK
RGB Variations
Color information
#C06FD1 (or 0xC06FD1) is known color: Medium Orchid. HEX triplet: C0, 6F and D1. RGB value is (192,111,209). Sum of RGB (Red+Green+Blue) = 192+111+209=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 209 - color contains mainly: blue. Hex color #C06FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06FD1 is #3F902E. Grayscale: #929292. Windows color (decimal): -4165679 or 13725632. OLE color: 13725632.
HSL color Cylindrical-coordinate representation of color #C06FD1: hue angle of 289.59º 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 #C06FD1 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 111 | 209 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.18 |
| HSL | 289.59º | 0.52% | 0.63% | - |
| HSV(B) | 289.59º | 0.47% | 0.82% | - |
| XYZ | 38.93 | 27.18 | 63.52 | - |
| YUV | 146.39 | 163.34 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 209 | 0.08 | 0.47 | 0 | 0.18 | 289.59 | 0.52 | 0.63 |
| Hex | C0 | 6F | D1 | 8 | 2F | 0 | 12 | 122 | 34 | 3F |
| Octal | 300 | 157 | 321 | 10 | 57 | 0 | 22 | 442 | 64 | 77 |
| Binary | 11000000 | 1101111 | 11010001 | 1000 | 101111 | 0 | 10010 | 100100010 | 110100 | 111111 |
Color Harmonies of #C06FD1
Complementary color
Monochromatic Colors of #C06FD1
Black with #C06FD1
Text Example
Text Example
White with #C06FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06FD1; }
p { color: rgb(192,111,209); }
H1.HeaderClassName
{
color: #C06FD1;
}
.AnyTagClassName
{
color: #C06FD1;
}
</style>
background-color css
<style>
a { background-color: #C06FD1; }
a { background-color: rgb(192,111,209); }
div.DivClassName
{
background-color: #C06FD1;
}
.BgClassName
{
background-color: #C06FD1;
}
</style>
border-color css
<style>
span { border-color: #C06FD1; }
span { border-color: rgb(192,111,209); }
td.TdClassName
{
border-color: #C06FD1;
}
.TagClassName
{
border-color: #C06FD1;
}
</style>