Shades of Medium Orchid #C06AD9
Tints of Medium Orchid #C06AD9
RGB
CMYK
RGB Variations
Color information
#C06AD9 (or 0xC06AD9) is known color: Medium Orchid. HEX triplet: C0, 6A and D9. RGB value is (192,106,217). Sum of RGB (Red+Green+Blue) = 192+106+217=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 217 (85.16% from 255 or 42.14% from 515); Max value from RGB is 217 - color contains mainly: blue. Hex color #C06AD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06AD9 is #3F9526. Grayscale: #909090. Windows color (decimal): -4166951 or 14248640. OLE color: 14248640.
HSL color Cylindrical-coordinate representation of color #C06AD9: hue angle of 286.49º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C06AD9 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 106 | 217 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.15 |
| HSL | 286.49º | 0.59% | 0.63% | - |
| HSV(B) | 286.49º | 0.51% | 0.85% | - |
| XYZ | 39.42 | 26.52 | 68.69 | - |
| YUV | 144.37 | 168.99 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 217 | 0.12 | 0.51 | 0 | 0.15 | 286.49 | 0.59 | 0.63 |
| Hex | C0 | 6A | D9 | C | 33 | 0 | F | 11E | 3B | 3F |
| Octal | 300 | 152 | 331 | 14 | 63 | 0 | 17 | 436 | 73 | 77 |
| Binary | 11000000 | 1101010 | 11011001 | 1100 | 110011 | 0 | 1111 | 100011110 | 111011 | 111111 |
Color Harmonies of #C06AD9
Complementary color
Monochromatic Colors of #C06AD9
Black with #C06AD9
Text Example
Text Example
White with #C06AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06AD9; }
p { color: rgb(192,106,217); }
H1.HeaderClassName
{
color: #C06AD9;
}
.AnyTagClassName
{
color: #C06AD9;
}
</style>
background-color css
<style>
a { background-color: #C06AD9; }
a { background-color: rgb(192,106,217); }
div.DivClassName
{
background-color: #C06AD9;
}
.BgClassName
{
background-color: #C06AD9;
}
</style>
border-color css
<style>
span { border-color: #C06AD9; }
span { border-color: rgb(192,106,217); }
td.TdClassName
{
border-color: #C06AD9;
}
.TagClassName
{
border-color: #C06AD9;
}
</style>