Shades of Medium Orchid #C064EC
Tints of Medium Orchid #C064EC
RGB
CMYK
RGB Variations
Color information
#C064EC (or 0xC064EC) is known color: Medium Orchid. HEX triplet: C0, 64 and EC. RGB value is (192,100,236). Sum of RGB (Red+Green+Blue) = 192+100+236=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 100 (39.45% from 255 or 18.94% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #C064EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C064EC is #3F9B13. Grayscale: #8E8E8E. Windows color (decimal): -4168468 or 15492288. OLE color: 15492288.
HSL color Cylindrical-coordinate representation of color #C064EC: hue angle of 280.59º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C064EC is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 100 | 236 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.07 |
| HSL | 280.59º | 0.78% | 0.66% | - |
| HSV(B) | 280.59º | 0.58% | 0.93% | - |
| XYZ | 41.44 | 26.38 | 82.26 | - |
| YUV | 143.01 | 180.48 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 100 | 236 | 0.19 | 0.58 | 0 | 0.07 | 280.59 | 0.78 | 0.66 |
| Hex | C0 | 64 | EC | 13 | 3A | 0 | 7 | 119 | 4E | 42 |
| Octal | 300 | 144 | 354 | 23 | 72 | 0 | 7 | 431 | 116 | 102 |
| Binary | 11000000 | 1100100 | 11101100 | 10011 | 111010 | 0 | 111 | 100011001 | 1001110 | 1000010 |
Color Harmonies of #C064EC
Complementary color
Monochromatic Colors of #C064EC
Black with #C064EC
Text Example
Text Example
White with #C064EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C064EC; }
p { color: rgb(192,100,236); }
H1.HeaderClassName
{
color: #C064EC;
}
.AnyTagClassName
{
color: #C064EC;
}
</style>
background-color css
<style>
a { background-color: #C064EC; }
a { background-color: rgb(192,100,236); }
div.DivClassName
{
background-color: #C064EC;
}
.BgClassName
{
background-color: #C064EC;
}
</style>
border-color css
<style>
span { border-color: #C064EC; }
span { border-color: rgb(192,100,236); }
td.TdClassName
{
border-color: #C064EC;
}
.TagClassName
{
border-color: #C064EC;
}
</style>