Shades of Medium Orchid #C63EEC
Tints of Medium Orchid #C63EEC
RGB
CMYK
RGB Variations
Color information
#C63EEC (or 0xC63EEC) is known color: Medium Orchid. HEX triplet: C6, 3E and EC. RGB value is (198,62,236). Sum of RGB (Red+Green+Blue) = 198+62+236=496 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.92% from 496); Green value is 62 (24.61% from 255 or 12.5% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #C63EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63EEC is #39C113. Grayscale: #797979. Windows color (decimal): -3784980 or 15482566. OLE color: 15482566.
HSL color Cylindrical-coordinate representation of color #C63EEC: hue angle of 286.9º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C63EEC is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 62 | 236 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.07 |
| HSL | 286.9º | 0.82% | 0.58% | - |
| HSV(B) | 286.9º | 0.74% | 0.93% | - |
| XYZ | 40.15 | 21.51 | 81.39 | - |
| YUV | 122.5 | 192.06 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 62 | 236 | 0.16 | 0.74 | 0 | 0.07 | 286.9 | 0.82 | 0.58 |
| Hex | C6 | 3E | EC | 10 | 4A | 0 | 7 | 11F | 52 | 3A |
| Octal | 306 | 76 | 354 | 20 | 112 | 0 | 7 | 437 | 122 | 72 |
| Binary | 11000110 | 111110 | 11101100 | 10000 | 1001010 | 0 | 111 | 100011111 | 1010010 | 111010 |
Color Harmonies of #C63EEC
Complementary color
Monochromatic Colors of #C63EEC
Black with #C63EEC
Text Example
Text Example
White with #C63EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63EEC; }
p { color: rgb(198,62,236); }
H1.HeaderClassName
{
color: #C63EEC;
}
.AnyTagClassName
{
color: #C63EEC;
}
</style>
background-color css
<style>
a { background-color: #C63EEC; }
a { background-color: rgb(198,62,236); }
div.DivClassName
{
background-color: #C63EEC;
}
.BgClassName
{
background-color: #C63EEC;
}
</style>
border-color css
<style>
span { border-color: #C63EEC; }
span { border-color: rgb(198,62,236); }
td.TdClassName
{
border-color: #C63EEC;
}
.TagClassName
{
border-color: #C63EEC;
}
</style>