Shades of Medium Orchid #C06EEB
Tints of Medium Orchid #C06EEB
RGB
CMYK
RGB Variations
Color information
#C06EEB (or 0xC06EEB) is known color: Medium Orchid. HEX triplet: C0, 6E and EB. RGB value is (192,110,235). Sum of RGB (Red+Green+Blue) = 192+110+235=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 110 (43.36% from 255 or 20.48% from 537); Blue value is 235 (92.19% from 255 or 43.76% from 537); Max value from RGB is 235 - color contains mainly: blue. Hex color #C06EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06EEB is #3F9114. Grayscale: #949494. Windows color (decimal): -4165909 or 15429312. OLE color: 15429312.
HSL color Cylindrical-coordinate representation of color #C06EEB: hue angle of 279.36º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C06EEB is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 110 | 235 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.08 |
| HSL | 279.36º | 0.76% | 0.68% | - |
| HSV(B) | 279.36º | 0.53% | 0.92% | - |
| XYZ | 42.31 | 28.36 | 81.84 | - |
| YUV | 148.77 | 176.67 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 235 | 0.18 | 0.53 | 0 | 0.08 | 279.36 | 0.76 | 0.68 |
| Hex | C0 | 6E | EB | 12 | 35 | 0 | 8 | 117 | 4C | 44 |
| Octal | 300 | 156 | 353 | 22 | 65 | 0 | 10 | 427 | 114 | 104 |
| Binary | 11000000 | 1101110 | 11101011 | 10010 | 110101 | 0 | 1000 | 100010111 | 1001100 | 1000100 |
Color Harmonies of #C06EEB
Complementary color
Monochromatic Colors of #C06EEB
Black with #C06EEB
Text Example
Text Example
White with #C06EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06EEB; }
p { color: rgb(192,110,235); }
H1.HeaderClassName
{
color: #C06EEB;
}
.AnyTagClassName
{
color: #C06EEB;
}
</style>
background-color css
<style>
a { background-color: #C06EEB; }
a { background-color: rgb(192,110,235); }
div.DivClassName
{
background-color: #C06EEB;
}
.BgClassName
{
background-color: #C06EEB;
}
</style>
border-color css
<style>
span { border-color: #C06EEB; }
span { border-color: rgb(192,110,235); }
td.TdClassName
{
border-color: #C06EEB;
}
.TagClassName
{
border-color: #C06EEB;
}
</style>