Shades of Medium Orchid #C063DE
Tints of Medium Orchid #C063DE
RGB
CMYK
RGB Variations
Color information
#C063DE (or 0xC063DE) is known color: Medium Orchid. HEX triplet: C0, 63 and DE. RGB value is (192,99,222). Sum of RGB (Red+Green+Blue) = 192+99+222=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 222 - color contains mainly: blue. Hex color #C063DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C063DE is #3F9C21. Grayscale: #8C8C8C. Windows color (decimal): -4168738 or 14574528. OLE color: 14574528.
HSL color Cylindrical-coordinate representation of color #C063DE: hue angle of 285.37º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C063DE is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 99 | 222 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.13 |
| HSL | 285.37º | 0.65% | 0.63% | - |
| HSV(B) | 285.37º | 0.55% | 0.87% | - |
| XYZ | 39.38 | 25.4 | 71.93 | - |
| YUV | 140.83 | 173.81 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 99 | 222 | 0.14 | 0.55 | 0 | 0.13 | 285.37 | 0.65 | 0.63 |
| Hex | C0 | 63 | DE | E | 37 | 0 | D | 11D | 41 | 3F |
| Octal | 300 | 143 | 336 | 16 | 67 | 0 | 15 | 435 | 101 | 77 |
| Binary | 11000000 | 1100011 | 11011110 | 1110 | 110111 | 0 | 1101 | 100011101 | 1000001 | 111111 |
Color Harmonies of #C063DE
Complementary color
Monochromatic Colors of #C063DE
Black with #C063DE
Text Example
Text Example
White with #C063DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C063DE; }
p { color: rgb(192,99,222); }
H1.HeaderClassName
{
color: #C063DE;
}
.AnyTagClassName
{
color: #C063DE;
}
</style>
background-color css
<style>
a { background-color: #C063DE; }
a { background-color: rgb(192,99,222); }
div.DivClassName
{
background-color: #C063DE;
}
.BgClassName
{
background-color: #C063DE;
}
</style>
border-color css
<style>
span { border-color: #C063DE; }
span { border-color: rgb(192,99,222); }
td.TdClassName
{
border-color: #C063DE;
}
.TagClassName
{
border-color: #C063DE;
}
</style>