Shades of Medium Orchid #C067EC
Tints of Medium Orchid #C067EC
RGB
CMYK
RGB Variations
Color information
#C067EC (or 0xC067EC) is known color: Medium Orchid. HEX triplet: C0, 67 and EC. RGB value is (192,103,236). Sum of RGB (Red+Green+Blue) = 192+103+236=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 103 (40.62% from 255 or 19.40% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #C067EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C067EC is #3F9813. Grayscale: #909090. Windows color (decimal): -4167700 or 15493056. OLE color: 15493056.
HSL color Cylindrical-coordinate representation of color #C067EC: hue angle of 280.15º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C067EC is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 103 | 236 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.07 |
| HSL | 280.15º | 0.78% | 0.66% | - |
| HSV(B) | 280.15º | 0.56% | 0.93% | - |
| XYZ | 41.73 | 26.96 | 82.36 | - |
| YUV | 144.77 | 179.49 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 236 | 0.19 | 0.56 | 0 | 0.07 | 280.15 | 0.78 | 0.66 |
| Hex | C0 | 67 | EC | 13 | 38 | 0 | 7 | 118 | 4E | 42 |
| Octal | 300 | 147 | 354 | 23 | 70 | 0 | 7 | 430 | 116 | 102 |
| Binary | 11000000 | 1100111 | 11101100 | 10011 | 111000 | 0 | 111 | 100011000 | 1001110 | 1000010 |
Color Harmonies of #C067EC
Complementary color
Monochromatic Colors of #C067EC
Black with #C067EC
Text Example
Text Example
White with #C067EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C067EC; }
p { color: rgb(192,103,236); }
H1.HeaderClassName
{
color: #C067EC;
}
.AnyTagClassName
{
color: #C067EC;
}
</style>
background-color css
<style>
a { background-color: #C067EC; }
a { background-color: rgb(192,103,236); }
div.DivClassName
{
background-color: #C067EC;
}
.BgClassName
{
background-color: #C067EC;
}
</style>
border-color css
<style>
span { border-color: #C067EC; }
span { border-color: rgb(192,103,236); }
td.TdClassName
{
border-color: #C067EC;
}
.TagClassName
{
border-color: #C067EC;
}
</style>