Shades of Medium Orchid #C63FED
Tints of Medium Orchid #C63FED
RGB
CMYK
RGB Variations
Color information
#C63FED (or 0xC63FED) is known color: Medium Orchid. HEX triplet: C6, 3F and ED. RGB value is (198,63,237). Sum of RGB (Red+Green+Blue) = 198+63+237=498 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.76% from 498); Green value is 63 (25% from 255 or 12.65% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #C63FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63FED is #39C012. Grayscale: #7A7A7A. Windows color (decimal): -3784723 or 15548358. OLE color: 15548358.
HSL color Cylindrical-coordinate representation of color #C63FED: hue angle of 286.55º degrees, saturation: 0.83, 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 #C63FED is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 63 | 237 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.07 |
| HSL | 286.55º | 0.83% | 0.59% | - |
| HSV(B) | 286.55º | 0.73% | 0.93% | - |
| XYZ | 40.35 | 21.68 | 82.18 | - |
| YUV | 123.2 | 192.23 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 63 | 237 | 0.16 | 0.73 | 0 | 0.07 | 286.55 | 0.83 | 0.59 |
| Hex | C6 | 3F | ED | 10 | 49 | 0 | 7 | 11F | 53 | 3B |
| Octal | 306 | 77 | 355 | 20 | 111 | 0 | 7 | 437 | 123 | 73 |
| Binary | 11000110 | 111111 | 11101101 | 10000 | 1001001 | 0 | 111 | 100011111 | 1010011 | 111011 |
Color Harmonies of #C63FED
Complementary color
Monochromatic Colors of #C63FED
Black with #C63FED
Text Example
Text Example
White with #C63FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63FED; }
p { color: rgb(198,63,237); }
H1.HeaderClassName
{
color: #C63FED;
}
.AnyTagClassName
{
color: #C63FED;
}
</style>
background-color css
<style>
a { background-color: #C63FED; }
a { background-color: rgb(198,63,237); }
div.DivClassName
{
background-color: #C63FED;
}
.BgClassName
{
background-color: #C63FED;
}
</style>
border-color css
<style>
span { border-color: #C63FED; }
span { border-color: rgb(198,63,237); }
td.TdClassName
{
border-color: #C63FED;
}
.TagClassName
{
border-color: #C63FED;
}
</style>