Shades of Medium Orchid #C63BEC
Tints of Medium Orchid #C63BEC
RGB
CMYK
RGB Variations
Color information
#C63BEC (or 0xC63BEC) is known color: Medium Orchid. HEX triplet: C6, 3B and EC. RGB value is (198,59,236). Sum of RGB (Red+Green+Blue) = 198+59+236=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 59 (23.44% from 255 or 11.97% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #C63BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63BEC is #39C413. Grayscale: #787878. Windows color (decimal): -3785748 or 15481798. OLE color: 15481798.
HSL color Cylindrical-coordinate representation of color #C63BEC: hue angle of 287.12º 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 #C63BEC is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 59 | 236 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.07 |
| HSL | 287.12º | 0.82% | 0.58% | - |
| HSV(B) | 287.12º | 0.75% | 0.93% | - |
| XYZ | 39.99 | 21.19 | 81.34 | - |
| YUV | 120.74 | 193.05 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 236 | 0.16 | 0.75 | 0 | 0.07 | 287.12 | 0.82 | 0.58 |
| Hex | C6 | 3B | EC | 10 | 4B | 0 | 7 | 11F | 52 | 3A |
| Octal | 306 | 73 | 354 | 20 | 113 | 0 | 7 | 437 | 122 | 72 |
| Binary | 11000110 | 111011 | 11101100 | 10000 | 1001011 | 0 | 111 | 100011111 | 1010010 | 111010 |
Color Harmonies of #C63BEC
Complementary color
Monochromatic Colors of #C63BEC
Black with #C63BEC
Text Example
Text Example
White with #C63BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63BEC; }
p { color: rgb(198,59,236); }
H1.HeaderClassName
{
color: #C63BEC;
}
.AnyTagClassName
{
color: #C63BEC;
}
</style>
background-color css
<style>
a { background-color: #C63BEC; }
a { background-color: rgb(198,59,236); }
div.DivClassName
{
background-color: #C63BEC;
}
.BgClassName
{
background-color: #C63BEC;
}
</style>
border-color css
<style>
span { border-color: #C63BEC; }
span { border-color: rgb(198,59,236); }
td.TdClassName
{
border-color: #C63BEC;
}
.TagClassName
{
border-color: #C63BEC;
}
</style>