Shades of Medium Orchid #C063E0
Tints of Medium Orchid #C063E0
RGB
CMYK
RGB Variations
Color information
#C063E0 (or 0xC063E0) is known color: Medium Orchid. HEX triplet: C0, 63 and E0. RGB value is (192,99,224). Sum of RGB (Red+Green+Blue) = 192+99+224=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 99 (39.06% from 255 or 19.22% from 515); Blue value is 224 (87.89% from 255 or 43.50% from 515); Max value from RGB is 224 - color contains mainly: blue. Hex color #C063E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C063E0 is #3F9C1F. Grayscale: #8C8C8C. Windows color (decimal): -4168736 or 14705600. OLE color: 14705600.
HSL color Cylindrical-coordinate representation of color #C063E0: hue angle of 284.64º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C063E0 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 99 | 224 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.12 |
| HSL | 284.64º | 0.67% | 0.63% | - |
| HSV(B) | 284.64º | 0.56% | 0.88% | - |
| XYZ | 39.65 | 25.51 | 73.36 | - |
| YUV | 141.06 | 174.81 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 99 | 224 | 0.14 | 0.56 | 0 | 0.12 | 284.64 | 0.67 | 0.63 |
| Hex | C0 | 63 | E0 | E | 38 | 0 | C | 11D | 43 | 3F |
| Octal | 300 | 143 | 340 | 16 | 70 | 0 | 14 | 435 | 103 | 77 |
| Binary | 11000000 | 1100011 | 11100000 | 1110 | 111000 | 0 | 1100 | 100011101 | 1000011 | 111111 |
Color Harmonies of #C063E0
Complementary color
Monochromatic Colors of #C063E0
Black with #C063E0
Text Example
Text Example
White with #C063E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C063E0; }
p { color: rgb(192,99,224); }
H1.HeaderClassName
{
color: #C063E0;
}
.AnyTagClassName
{
color: #C063E0;
}
</style>
background-color css
<style>
a { background-color: #C063E0; }
a { background-color: rgb(192,99,224); }
div.DivClassName
{
background-color: #C063E0;
}
.BgClassName
{
background-color: #C063E0;
}
</style>
border-color css
<style>
span { border-color: #C063E0; }
span { border-color: rgb(192,99,224); }
td.TdClassName
{
border-color: #C063E0;
}
.TagClassName
{
border-color: #C063E0;
}
</style>