Shades of Medium Orchid #C63FEC
Tints of Medium Orchid #C63FEC
RGB
CMYK
RGB Variations
Color information
#C63FEC (or 0xC63FEC) is known color: Medium Orchid. HEX triplet: C6, 3F and EC. RGB value is (198,63,236). Sum of RGB (Red+Green+Blue) = 198+63+236=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 63 (25% from 255 or 12.68% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #C63FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63FEC is #39C013. Grayscale: #7A7A7A. Windows color (decimal): -3784724 or 15482822. OLE color: 15482822.
HSL color Cylindrical-coordinate representation of color #C63FEC: hue angle of 286.82º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C63FEC is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 63 | 236 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.07 |
| HSL | 286.82º | 0.82% | 0.59% | - |
| HSV(B) | 286.82º | 0.73% | 0.93% | - |
| XYZ | 40.21 | 21.62 | 81.41 | - |
| YUV | 123.09 | 191.73 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 63 | 236 | 0.16 | 0.73 | 0 | 0.07 | 286.82 | 0.82 | 0.59 |
| Hex | C6 | 3F | EC | 10 | 49 | 0 | 7 | 11F | 52 | 3B |
| Octal | 306 | 77 | 354 | 20 | 111 | 0 | 7 | 437 | 122 | 73 |
| Binary | 11000110 | 111111 | 11101100 | 10000 | 1001001 | 0 | 111 | 100011111 | 1010010 | 111011 |
Color Harmonies of #C63FEC
Complementary color
Monochromatic Colors of #C63FEC
Black with #C63FEC
Text Example
Text Example
White with #C63FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63FEC; }
p { color: rgb(198,63,236); }
H1.HeaderClassName
{
color: #C63FEC;
}
.AnyTagClassName
{
color: #C63FEC;
}
</style>
background-color css
<style>
a { background-color: #C63FEC; }
a { background-color: rgb(198,63,236); }
div.DivClassName
{
background-color: #C63FEC;
}
.BgClassName
{
background-color: #C63FEC;
}
</style>
border-color css
<style>
span { border-color: #C63FEC; }
span { border-color: rgb(198,63,236); }
td.TdClassName
{
border-color: #C63FEC;
}
.TagClassName
{
border-color: #C63FEC;
}
</style>