Shades of Medium Orchid #C063EF
Tints of Medium Orchid #C063EF
RGB
CMYK
RGB Variations
Color information
#C063EF (or 0xC063EF) is known color: Medium Orchid. HEX triplet: C0, 63 and EF. RGB value is (192,99,239). Sum of RGB (Red+Green+Blue) = 192+99+239=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 99 (39.06% from 255 or 18.68% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #C063EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C063EF is #3F9C10. Grayscale: #8E8E8E. Windows color (decimal): -4168721 or 15688640. OLE color: 15688640.
HSL color Cylindrical-coordinate representation of color #C063EF: hue angle of 279.86º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C063EF is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 99 | 239 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.06 |
| HSL | 279.86º | 0.81% | 0.66% | - |
| HSV(B) | 279.86º | 0.59% | 0.94% | - |
| XYZ | 41.78 | 26.36 | 84.55 | - |
| YUV | 142.77 | 182.31 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 99 | 239 | 0.20 | 0.59 | 0 | 0.06 | 279.86 | 0.81 | 0.66 |
| Hex | C0 | 63 | EF | 14 | 3B | 0 | 6 | 118 | 51 | 42 |
| Octal | 300 | 143 | 357 | 24 | 73 | 0 | 6 | 430 | 121 | 102 |
| Binary | 11000000 | 1100011 | 11101111 | 10100 | 111011 | 0 | 110 | 100011000 | 1010001 | 1000010 |
Color Harmonies of #C063EF
Complementary color
Monochromatic Colors of #C063EF
Black with #C063EF
Text Example
Text Example
White with #C063EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C063EF; }
p { color: rgb(192,99,239); }
H1.HeaderClassName
{
color: #C063EF;
}
.AnyTagClassName
{
color: #C063EF;
}
</style>
background-color css
<style>
a { background-color: #C063EF; }
a { background-color: rgb(192,99,239); }
div.DivClassName
{
background-color: #C063EF;
}
.BgClassName
{
background-color: #C063EF;
}
</style>
border-color css
<style>
span { border-color: #C063EF; }
span { border-color: rgb(192,99,239); }
td.TdClassName
{
border-color: #C063EF;
}
.TagClassName
{
border-color: #C063EF;
}
</style>