Shades of Medium Orchid #C06AED
Tints of Medium Orchid #C06AED
RGB
CMYK
RGB Variations
Color information
#C06AED (or 0xC06AED) is known color: Medium Orchid. HEX triplet: C0, 6A and ED. RGB value is (192,106,237). Sum of RGB (Red+Green+Blue) = 192+106+237=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 106 (41.80% from 255 or 19.81% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #C06AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06AED is #3F9512. Grayscale: #929292. Windows color (decimal): -4166931 or 15559360. OLE color: 15559360.
HSL color Cylindrical-coordinate representation of color #C06AED: hue angle of 279.39º degrees, saturation: 0.78, 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 #C06AED is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 106 | 237 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.07 |
| HSL | 279.39º | 0.78% | 0.67% | - |
| HSV(B) | 279.39º | 0.55% | 0.93% | - |
| XYZ | 42.18 | 27.63 | 83.23 | - |
| YUV | 146.65 | 178.99 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 237 | 0.19 | 0.55 | 0 | 0.07 | 279.39 | 0.78 | 0.67 |
| Hex | C0 | 6A | ED | 13 | 37 | 0 | 7 | 117 | 4E | 43 |
| Octal | 300 | 152 | 355 | 23 | 67 | 0 | 7 | 427 | 116 | 103 |
| Binary | 11000000 | 1101010 | 11101101 | 10011 | 110111 | 0 | 111 | 100010111 | 1001110 | 1000011 |
Color Harmonies of #C06AED
Complementary color
Monochromatic Colors of #C06AED
Black with #C06AED
Text Example
Text Example
White with #C06AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06AED; }
p { color: rgb(192,106,237); }
H1.HeaderClassName
{
color: #C06AED;
}
.AnyTagClassName
{
color: #C06AED;
}
</style>
background-color css
<style>
a { background-color: #C06AED; }
a { background-color: rgb(192,106,237); }
div.DivClassName
{
background-color: #C06AED;
}
.BgClassName
{
background-color: #C06AED;
}
</style>
border-color css
<style>
span { border-color: #C06AED; }
span { border-color: rgb(192,106,237); }
td.TdClassName
{
border-color: #C06AED;
}
.TagClassName
{
border-color: #C06AED;
}
</style>