Shades of Medium Orchid #C06ADE
Tints of Medium Orchid #C06ADE
RGB
CMYK
RGB Variations
Color information
#C06ADE (or 0xC06ADE) is known color: Medium Orchid. HEX triplet: C0, 6A and DE. RGB value is (192,106,222). Sum of RGB (Red+Green+Blue) = 192+106+222=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 106 (41.80% from 255 or 20.38% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 222 - color contains mainly: blue. Hex color #C06ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06ADE is #3F9521. Grayscale: #909090. Windows color (decimal): -4166946 or 14576320. OLE color: 14576320.
HSL color Cylindrical-coordinate representation of color #C06ADE: hue angle of 284.48º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C06ADE is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 106 | 222 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.13 |
| HSL | 284.48º | 0.64% | 0.64% | - |
| HSV(B) | 284.48º | 0.52% | 0.87% | - |
| XYZ | 40.08 | 26.79 | 72.17 | - |
| YUV | 144.94 | 171.49 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 222 | 0.14 | 0.52 | 0 | 0.13 | 284.48 | 0.64 | 0.64 |
| Hex | C0 | 6A | DE | E | 34 | 0 | D | 11C | 40 | 40 |
| Octal | 300 | 152 | 336 | 16 | 64 | 0 | 15 | 434 | 100 | 100 |
| Binary | 11000000 | 1101010 | 11011110 | 1110 | 110100 | 0 | 1101 | 100011100 | 1000000 | 1000000 |
Color Harmonies of #C06ADE
Complementary color
Monochromatic Colors of #C06ADE
Black with #C06ADE
Text Example
Text Example
White with #C06ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06ADE; }
p { color: rgb(192,106,222); }
H1.HeaderClassName
{
color: #C06ADE;
}
.AnyTagClassName
{
color: #C06ADE;
}
</style>
background-color css
<style>
a { background-color: #C06ADE; }
a { background-color: rgb(192,106,222); }
div.DivClassName
{
background-color: #C06ADE;
}
.BgClassName
{
background-color: #C06ADE;
}
</style>
border-color css
<style>
span { border-color: #C06ADE; }
span { border-color: rgb(192,106,222); }
td.TdClassName
{
border-color: #C06ADE;
}
.TagClassName
{
border-color: #C06ADE;
}
</style>