Shades of Medium Orchid #C06BEC
Tints of Medium Orchid #C06BEC
RGB
CMYK
RGB Variations
Color information
#C06BEC (or 0xC06BEC) is known color: Medium Orchid. HEX triplet: C0, 6B and EC. RGB value is (192,107,236). Sum of RGB (Red+Green+Blue) = 192+107+236=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 107 (42.19% from 255 or 20% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #C06BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06BEC is #3F9413. Grayscale: #929292. Windows color (decimal): -4166676 or 15494080. OLE color: 15494080.
HSL color Cylindrical-coordinate representation of color #C06BEC: hue angle of 279.53º degrees, saturation: 0.77, 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 #C06BEC is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 107 | 236 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.07 |
| HSL | 279.53º | 0.77% | 0.67% | - |
| HSV(B) | 279.53º | 0.55% | 0.93% | - |
| XYZ | 42.14 | 27.78 | 82.5 | - |
| YUV | 147.12 | 178.16 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 107 | 236 | 0.19 | 0.55 | 0 | 0.07 | 279.53 | 0.77 | 0.67 |
| Hex | C0 | 6B | EC | 13 | 37 | 0 | 7 | 118 | 4D | 43 |
| Octal | 300 | 153 | 354 | 23 | 67 | 0 | 7 | 430 | 115 | 103 |
| Binary | 11000000 | 1101011 | 11101100 | 10011 | 110111 | 0 | 111 | 100011000 | 1001101 | 1000011 |
Color Harmonies of #C06BEC
Complementary color
Monochromatic Colors of #C06BEC
Black with #C06BEC
Text Example
Text Example
White with #C06BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06BEC; }
p { color: rgb(192,107,236); }
H1.HeaderClassName
{
color: #C06BEC;
}
.AnyTagClassName
{
color: #C06BEC;
}
</style>
background-color css
<style>
a { background-color: #C06BEC; }
a { background-color: rgb(192,107,236); }
div.DivClassName
{
background-color: #C06BEC;
}
.BgClassName
{
background-color: #C06BEC;
}
</style>
border-color css
<style>
span { border-color: #C06BEC; }
span { border-color: rgb(192,107,236); }
td.TdClassName
{
border-color: #C06BEC;
}
.TagClassName
{
border-color: #C06BEC;
}
</style>