Shades of Medium Orchid #C63AED
Tints of Medium Orchid #C63AED
RGB
CMYK
RGB Variations
Color information
#C63AED (or 0xC63AED) is known color: Medium Orchid. HEX triplet: C6, 3A and ED. RGB value is (198,58,237). Sum of RGB (Red+Green+Blue) = 198+58+237=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 58 (23.05% from 255 or 11.76% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #C63AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63AED is #39C512. Grayscale: #777777. Windows color (decimal): -3786003 or 15547078. OLE color: 15547078.
HSL color Cylindrical-coordinate representation of color #C63AED: hue angle of 286.93º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C63AED is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 58 | 237 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.07 |
| HSL | 286.93º | 0.83% | 0.58% | - |
| HSV(B) | 286.93º | 0.76% | 0.93% | - |
| XYZ | 40.09 | 21.15 | 82.09 | - |
| YUV | 120.27 | 193.88 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 237 | 0.16 | 0.76 | 0 | 0.07 | 286.93 | 0.83 | 0.58 |
| Hex | C6 | 3A | ED | 10 | 4C | 0 | 7 | 11F | 53 | 3A |
| Octal | 306 | 72 | 355 | 20 | 114 | 0 | 7 | 437 | 123 | 72 |
| Binary | 11000110 | 111010 | 11101101 | 10000 | 1001100 | 0 | 111 | 100011111 | 1010011 | 111010 |
Color Harmonies of #C63AED
Complementary color
Monochromatic Colors of #C63AED
Black with #C63AED
Text Example
Text Example
White with #C63AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63AED; }
p { color: rgb(198,58,237); }
H1.HeaderClassName
{
color: #C63AED;
}
.AnyTagClassName
{
color: #C63AED;
}
</style>
background-color css
<style>
a { background-color: #C63AED; }
a { background-color: rgb(198,58,237); }
div.DivClassName
{
background-color: #C63AED;
}
.BgClassName
{
background-color: #C63AED;
}
</style>
border-color css
<style>
span { border-color: #C63AED; }
span { border-color: rgb(198,58,237); }
td.TdClassName
{
border-color: #C63AED;
}
.TagClassName
{
border-color: #C63AED;
}
</style>