Shades of Medium Orchid #C06EE8
Tints of Medium Orchid #C06EE8
RGB
CMYK
RGB Variations
Color information
#C06EE8 (or 0xC06EE8) is known color: Medium Orchid. HEX triplet: C0, 6E and E8. RGB value is (192,110,232). Sum of RGB (Red+Green+Blue) = 192+110+232=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 110 (43.36% from 255 or 20.60% from 534); Blue value is 232 (91.02% from 255 or 43.45% from 534); Max value from RGB is 232 - color contains mainly: blue. Hex color #C06EE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06EE8 is #3F9117. Grayscale: #949494. Windows color (decimal): -4165912 or 15232704. OLE color: 15232704.
HSL color Cylindrical-coordinate representation of color #C06EE8: hue angle of 280.33º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C06EE8 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 110 | 232 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.09 |
| HSL | 280.33º | 0.73% | 0.67% | - |
| HSV(B) | 280.33º | 0.53% | 0.91% | - |
| XYZ | 41.88 | 28.18 | 79.58 | - |
| YUV | 148.43 | 175.17 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 232 | 0.17 | 0.53 | 0 | 0.09 | 280.33 | 0.73 | 0.67 |
| Hex | C0 | 6E | E8 | 11 | 35 | 0 | 9 | 118 | 49 | 43 |
| Octal | 300 | 156 | 350 | 21 | 65 | 0 | 11 | 430 | 111 | 103 |
| Binary | 11000000 | 1101110 | 11101000 | 10001 | 110101 | 0 | 1001 | 100011000 | 1001001 | 1000011 |
Color Harmonies of #C06EE8
Complementary color
Monochromatic Colors of #C06EE8
Black with #C06EE8
Text Example
Text Example
White with #C06EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06EE8; }
p { color: rgb(192,110,232); }
H1.HeaderClassName
{
color: #C06EE8;
}
.AnyTagClassName
{
color: #C06EE8;
}
</style>
background-color css
<style>
a { background-color: #C06EE8; }
a { background-color: rgb(192,110,232); }
div.DivClassName
{
background-color: #C06EE8;
}
.BgClassName
{
background-color: #C06EE8;
}
</style>
border-color css
<style>
span { border-color: #C06EE8; }
span { border-color: rgb(192,110,232); }
td.TdClassName
{
border-color: #C06EE8;
}
.TagClassName
{
border-color: #C06EE8;
}
</style>