Shades of Medium Orchid #C063DC
Tints of Medium Orchid #C063DC
RGB
CMYK
RGB Variations
Color information
#C063DC (or 0xC063DC) is known color: Medium Orchid. HEX triplet: C0, 63 and DC. RGB value is (192,99,220). Sum of RGB (Red+Green+Blue) = 192+99+220=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 99 (39.06% from 255 or 19.37% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #C063DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C063DC is #3F9C23. Grayscale: #8C8C8C. Windows color (decimal): -4168740 or 14443456. OLE color: 14443456.
HSL color Cylindrical-coordinate representation of color #C063DC: hue angle of 286.12º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C063DC is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 99 | 220 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.14 |
| HSL | 286.12º | 0.63% | 0.63% | - |
| HSV(B) | 286.12º | 0.55% | 0.86% | - |
| XYZ | 39.12 | 25.3 | 70.53 | - |
| YUV | 140.6 | 172.81 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 99 | 220 | 0.13 | 0.55 | 0 | 0.14 | 286.12 | 0.63 | 0.63 |
| Hex | C0 | 63 | DC | D | 37 | 0 | E | 11E | 3F | 3F |
| Octal | 300 | 143 | 334 | 15 | 67 | 0 | 16 | 436 | 77 | 77 |
| Binary | 11000000 | 1100011 | 11011100 | 1101 | 110111 | 0 | 1110 | 100011110 | 111111 | 111111 |
Color Harmonies of #C063DC
Complementary color
Monochromatic Colors of #C063DC
Black with #C063DC
Text Example
Text Example
White with #C063DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C063DC; }
p { color: rgb(192,99,220); }
H1.HeaderClassName
{
color: #C063DC;
}
.AnyTagClassName
{
color: #C063DC;
}
</style>
background-color css
<style>
a { background-color: #C063DC; }
a { background-color: rgb(192,99,220); }
div.DivClassName
{
background-color: #C063DC;
}
.BgClassName
{
background-color: #C063DC;
}
</style>
border-color css
<style>
span { border-color: #C063DC; }
span { border-color: rgb(192,99,220); }
td.TdClassName
{
border-color: #C063DC;
}
.TagClassName
{
border-color: #C063DC;
}
</style>