Shades of Medium Orchid #C065EC
Tints of Medium Orchid #C065EC
RGB
CMYK
RGB Variations
Color information
#C065EC (or 0xC065EC) is known color: Medium Orchid. HEX triplet: C0, 65 and EC. RGB value is (192,101,236). Sum of RGB (Red+Green+Blue) = 192+101+236=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 101 (39.84% from 255 or 19.09% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #C065EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C065EC is #3F9A13. Grayscale: #8F8F8F. Windows color (decimal): -4168212 or 15492544. OLE color: 15492544.
HSL color Cylindrical-coordinate representation of color #C065EC: hue angle of 280.44º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C065EC is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 101 | 236 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.07 |
| HSL | 280.44º | 0.78% | 0.66% | - |
| HSV(B) | 280.44º | 0.57% | 0.93% | - |
| XYZ | 41.53 | 26.57 | 82.3 | - |
| YUV | 143.6 | 180.15 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 236 | 0.19 | 0.57 | 0 | 0.07 | 280.44 | 0.78 | 0.66 |
| Hex | C0 | 65 | EC | 13 | 39 | 0 | 7 | 118 | 4E | 42 |
| Octal | 300 | 145 | 354 | 23 | 71 | 0 | 7 | 430 | 116 | 102 |
| Binary | 11000000 | 1100101 | 11101100 | 10011 | 111001 | 0 | 111 | 100011000 | 1001110 | 1000010 |
Color Harmonies of #C065EC
Complementary color
Monochromatic Colors of #C065EC
Black with #C065EC
Text Example
Text Example
White with #C065EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C065EC; }
p { color: rgb(192,101,236); }
H1.HeaderClassName
{
color: #C065EC;
}
.AnyTagClassName
{
color: #C065EC;
}
</style>
background-color css
<style>
a { background-color: #C065EC; }
a { background-color: rgb(192,101,236); }
div.DivClassName
{
background-color: #C065EC;
}
.BgClassName
{
background-color: #C065EC;
}
</style>
border-color css
<style>
span { border-color: #C065EC; }
span { border-color: rgb(192,101,236); }
td.TdClassName
{
border-color: #C065EC;
}
.TagClassName
{
border-color: #C065EC;
}
</style>