Shades of Medium Orchid #C063E5
Tints of Medium Orchid #C063E5
RGB
CMYK
RGB Variations
Color information
#C063E5 (or 0xC063E5) is known color: Medium Orchid. HEX triplet: C0, 63 and E5. RGB value is (192,99,229). Sum of RGB (Red+Green+Blue) = 192+99+229=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 99 (39.06% from 255 or 19.04% from 520); Blue value is 229 (89.84% from 255 or 44.04% from 520); Max value from RGB is 229 - color contains mainly: blue. Hex color #C063E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C063E5 is #3F9C1A. Grayscale: #8D8D8D. Windows color (decimal): -4168731 or 15033280. OLE color: 15033280.
HSL color Cylindrical-coordinate representation of color #C063E5: hue angle of 282.92º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C063E5 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 99 | 229 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.10 |
| HSL | 282.92º | 0.71% | 0.64% | - |
| HSV(B) | 282.92º | 0.57% | 0.9% | - |
| XYZ | 40.34 | 25.79 | 76.98 | - |
| YUV | 141.63 | 177.31 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 99 | 229 | 0.16 | 0.57 | 0 | 0.10 | 282.92 | 0.71 | 0.64 |
| Hex | C0 | 63 | E5 | 10 | 39 | 0 | A | 11B | 47 | 40 |
| Octal | 300 | 143 | 345 | 20 | 71 | 0 | 12 | 433 | 107 | 100 |
| Binary | 11000000 | 1100011 | 11100101 | 10000 | 111001 | 0 | 1010 | 100011011 | 1000111 | 1000000 |
Color Harmonies of #C063E5
Complementary color
Monochromatic Colors of #C063E5
Black with #C063E5
Text Example
Text Example
White with #C063E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C063E5; }
p { color: rgb(192,99,229); }
H1.HeaderClassName
{
color: #C063E5;
}
.AnyTagClassName
{
color: #C063E5;
}
</style>
background-color css
<style>
a { background-color: #C063E5; }
a { background-color: rgb(192,99,229); }
div.DivClassName
{
background-color: #C063E5;
}
.BgClassName
{
background-color: #C063E5;
}
</style>
border-color css
<style>
span { border-color: #C063E5; }
span { border-color: rgb(192,99,229); }
td.TdClassName
{
border-color: #C063E5;
}
.TagClassName
{
border-color: #C063E5;
}
</style>