Shades of Medium Orchid #C06EE0
Tints of Medium Orchid #C06EE0
RGB
CMYK
RGB Variations
Color information
#C06EE0 (or 0xC06EE0) is known color: Medium Orchid. HEX triplet: C0, 6E and E0. RGB value is (192,110,224). Sum of RGB (Red+Green+Blue) = 192+110+224=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 110 (43.36% from 255 or 20.91% from 526); Blue value is 224 (87.89% from 255 or 42.59% from 526); Max value from RGB is 224 - color contains mainly: blue. Hex color #C06EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06EE0 is #3F911F. Grayscale: #939393. Windows color (decimal): -4165920 or 14708416. OLE color: 14708416.
HSL color Cylindrical-coordinate representation of color #C06EE0: hue angle of 283.16º 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 #C06EE0 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 110 | 224 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.12 |
| HSL | 283.16º | 0.65% | 0.65% | - |
| HSV(B) | 283.16º | 0.51% | 0.88% | - |
| XYZ | 40.77 | 27.74 | 73.73 | - |
| YUV | 147.51 | 171.17 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 224 | 0.14 | 0.51 | 0 | 0.12 | 283.16 | 0.65 | 0.65 |
| Hex | C0 | 6E | E0 | E | 33 | 0 | C | 11B | 41 | 41 |
| Octal | 300 | 156 | 340 | 16 | 63 | 0 | 14 | 433 | 101 | 101 |
| Binary | 11000000 | 1101110 | 11100000 | 1110 | 110011 | 0 | 1100 | 100011011 | 1000001 | 1000001 |
Color Harmonies of #C06EE0
Complementary color
Monochromatic Colors of #C06EE0
Black with #C06EE0
Text Example
Text Example
White with #C06EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06EE0; }
p { color: rgb(192,110,224); }
H1.HeaderClassName
{
color: #C06EE0;
}
.AnyTagClassName
{
color: #C06EE0;
}
</style>
background-color css
<style>
a { background-color: #C06EE0; }
a { background-color: rgb(192,110,224); }
div.DivClassName
{
background-color: #C06EE0;
}
.BgClassName
{
background-color: #C06EE0;
}
</style>
border-color css
<style>
span { border-color: #C06EE0; }
span { border-color: rgb(192,110,224); }
td.TdClassName
{
border-color: #C06EE0;
}
.TagClassName
{
border-color: #C06EE0;
}
</style>