Shades of Medium Orchid #C06AD1
Tints of Medium Orchid #C06AD1
RGB
CMYK
RGB Variations
Color information
#C06AD1 (or 0xC06AD1) is known color: Medium Orchid. HEX triplet: C0, 6A and D1. RGB value is (192,106,209). Sum of RGB (Red+Green+Blue) = 192+106+209=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 106 (41.80% from 255 or 20.91% from 507); Blue value is 209 (82.03% from 255 or 41.22% from 507); Max value from RGB is 209 - color contains mainly: blue. Hex color #C06AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06AD1 is #3F952E. Grayscale: #8F8F8F. Windows color (decimal): -4166959 or 13724352. OLE color: 13724352.
HSL color Cylindrical-coordinate representation of color #C06AD1: hue angle of 290.1º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C06AD1 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 106 | 209 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.18 |
| HSL | 290.1º | 0.53% | 0.62% | - |
| HSV(B) | 290.1º | 0.49% | 0.82% | - |
| XYZ | 38.4 | 26.12 | 63.34 | - |
| YUV | 143.46 | 164.99 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 209 | 0.08 | 0.49 | 0 | 0.18 | 290.1 | 0.53 | 0.62 |
| Hex | C0 | 6A | D1 | 8 | 31 | 0 | 12 | 122 | 35 | 3E |
| Octal | 300 | 152 | 321 | 10 | 61 | 0 | 22 | 442 | 65 | 76 |
| Binary | 11000000 | 1101010 | 11010001 | 1000 | 110001 | 0 | 10010 | 100100010 | 110101 | 111110 |
Color Harmonies of #C06AD1
Complementary color
Monochromatic Colors of #C06AD1
Black with #C06AD1
Text Example
Text Example
White with #C06AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06AD1; }
p { color: rgb(192,106,209); }
H1.HeaderClassName
{
color: #C06AD1;
}
.AnyTagClassName
{
color: #C06AD1;
}
</style>
background-color css
<style>
a { background-color: #C06AD1; }
a { background-color: rgb(192,106,209); }
div.DivClassName
{
background-color: #C06AD1;
}
.BgClassName
{
background-color: #C06AD1;
}
</style>
border-color css
<style>
span { border-color: #C06AD1; }
span { border-color: rgb(192,106,209); }
td.TdClassName
{
border-color: #C06AD1;
}
.TagClassName
{
border-color: #C06AD1;
}
</style>