Shades of Medium Orchid #C06AEC
Tints of Medium Orchid #C06AEC
RGB
CMYK
RGB Variations
Color information
#C06AEC (or 0xC06AEC) is known color: Medium Orchid. HEX triplet: C0, 6A and EC. RGB value is (192,106,236). Sum of RGB (Red+Green+Blue) = 192+106+236=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 106 (41.80% from 255 or 19.85% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #C06AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06AEC is #3F9513. Grayscale: #929292. Windows color (decimal): -4166932 or 15493824. OLE color: 15493824.
HSL color Cylindrical-coordinate representation of color #C06AEC: hue angle of 279.69º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C06AEC is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 106 | 236 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.07 |
| HSL | 279.69º | 0.77% | 0.67% | - |
| HSV(B) | 279.69º | 0.55% | 0.93% | - |
| XYZ | 42.03 | 27.57 | 82.46 | - |
| YUV | 146.53 | 178.49 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 236 | 0.19 | 0.55 | 0 | 0.07 | 279.69 | 0.77 | 0.67 |
| Hex | C0 | 6A | EC | 13 | 37 | 0 | 7 | 118 | 4D | 43 |
| Octal | 300 | 152 | 354 | 23 | 67 | 0 | 7 | 430 | 115 | 103 |
| Binary | 11000000 | 1101010 | 11101100 | 10011 | 110111 | 0 | 111 | 100011000 | 1001101 | 1000011 |
Color Harmonies of #C06AEC
Complementary color
Monochromatic Colors of #C06AEC
Black with #C06AEC
Text Example
Text Example
White with #C06AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06AEC; }
p { color: rgb(192,106,236); }
H1.HeaderClassName
{
color: #C06AEC;
}
.AnyTagClassName
{
color: #C06AEC;
}
</style>
background-color css
<style>
a { background-color: #C06AEC; }
a { background-color: rgb(192,106,236); }
div.DivClassName
{
background-color: #C06AEC;
}
.BgClassName
{
background-color: #C06AEC;
}
</style>
border-color css
<style>
span { border-color: #C06AEC; }
span { border-color: rgb(192,106,236); }
td.TdClassName
{
border-color: #C06AEC;
}
.TagClassName
{
border-color: #C06AEC;
}
</style>