Shades of Medium Orchid #C06DE0
Tints of Medium Orchid #C06DE0
RGB
CMYK
RGB Variations
Color information
#C06DE0 (or 0xC06DE0) is known color: Medium Orchid. HEX triplet: C0, 6D and E0. RGB value is (192,109,224). Sum of RGB (Red+Green+Blue) = 192+109+224=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 109 (42.97% from 255 or 20.76% from 525); Blue value is 224 (87.89% from 255 or 42.67% from 525); Max value from RGB is 224 - color contains mainly: blue. Hex color #C06DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06DE0 is #3F921F. Grayscale: #929292. Windows color (decimal): -4166176 or 14708160. OLE color: 14708160.
HSL color Cylindrical-coordinate representation of color #C06DE0: hue angle of 283.3º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C06DE0 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 109 | 224 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.12 |
| HSL | 283.3º | 0.65% | 0.65% | - |
| HSV(B) | 283.3º | 0.51% | 0.88% | - |
| XYZ | 40.66 | 27.53 | 73.69 | - |
| YUV | 146.93 | 171.5 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 224 | 0.14 | 0.51 | 0 | 0.12 | 283.3 | 0.65 | 0.65 |
| Hex | C0 | 6D | E0 | E | 33 | 0 | C | 11B | 41 | 41 |
| Octal | 300 | 155 | 340 | 16 | 63 | 0 | 14 | 433 | 101 | 101 |
| Binary | 11000000 | 1101101 | 11100000 | 1110 | 110011 | 0 | 1100 | 100011011 | 1000001 | 1000001 |
Color Harmonies of #C06DE0
Complementary color
Monochromatic Colors of #C06DE0
Black with #C06DE0
Text Example
Text Example
White with #C06DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06DE0; }
p { color: rgb(192,109,224); }
H1.HeaderClassName
{
color: #C06DE0;
}
.AnyTagClassName
{
color: #C06DE0;
}
</style>
background-color css
<style>
a { background-color: #C06DE0; }
a { background-color: rgb(192,109,224); }
div.DivClassName
{
background-color: #C06DE0;
}
.BgClassName
{
background-color: #C06DE0;
}
</style>
border-color css
<style>
span { border-color: #C06DE0; }
span { border-color: rgb(192,109,224); }
td.TdClassName
{
border-color: #C06DE0;
}
.TagClassName
{
border-color: #C06DE0;
}
</style>