Shades of Medium Orchid #C63AEC
Tints of Medium Orchid #C63AEC
RGB
CMYK
RGB Variations
Color information
#C63AEC (or 0xC63AEC) is known color: Medium Orchid. HEX triplet: C6, 3A and EC. RGB value is (198,58,236). Sum of RGB (Red+Green+Blue) = 198+58+236=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 58 (23.05% from 255 or 11.79% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #C63AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63AEC is #39C513. Grayscale: #777777. Windows color (decimal): -3786004 or 15481542. OLE color: 15481542.
HSL color Cylindrical-coordinate representation of color #C63AEC: hue angle of 287.19º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63AEC is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 58 | 236 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.07 |
| HSL | 287.19º | 0.82% | 0.58% | - |
| HSV(B) | 287.19º | 0.75% | 0.93% | - |
| XYZ | 39.94 | 21.09 | 81.32 | - |
| YUV | 120.15 | 193.38 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 236 | 0.16 | 0.75 | 0 | 0.07 | 287.19 | 0.82 | 0.58 |
| Hex | C6 | 3A | EC | 10 | 4B | 0 | 7 | 11F | 52 | 3A |
| Octal | 306 | 72 | 354 | 20 | 113 | 0 | 7 | 437 | 122 | 72 |
| Binary | 11000110 | 111010 | 11101100 | 10000 | 1001011 | 0 | 111 | 100011111 | 1010010 | 111010 |
Color Harmonies of #C63AEC
Complementary color
Monochromatic Colors of #C63AEC
Black with #C63AEC
Text Example
Text Example
White with #C63AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63AEC; }
p { color: rgb(198,58,236); }
H1.HeaderClassName
{
color: #C63AEC;
}
.AnyTagClassName
{
color: #C63AEC;
}
</style>
background-color css
<style>
a { background-color: #C63AEC; }
a { background-color: rgb(198,58,236); }
div.DivClassName
{
background-color: #C63AEC;
}
.BgClassName
{
background-color: #C63AEC;
}
</style>
border-color css
<style>
span { border-color: #C63AEC; }
span { border-color: rgb(198,58,236); }
td.TdClassName
{
border-color: #C63AEC;
}
.TagClassName
{
border-color: #C63AEC;
}
</style>