Shades of Medium Orchid #C63EDD
Tints of Medium Orchid #C63EDD
RGB
CMYK
RGB Variations
Color information
#C63EDD (or 0xC63EDD) is known color: Medium Orchid. HEX triplet: C6, 3E and DD. RGB value is (198,62,221). Sum of RGB (Red+Green+Blue) = 198+62+221=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 62 (24.61% from 255 or 12.89% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #C63EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63EDD is #39C122. Grayscale: #787878. Windows color (decimal): -3784995 or 14499526. OLE color: 14499526.
HSL color Cylindrical-coordinate representation of color #C63EDD: hue angle of 291.32º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C63EDD is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 62 | 221 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.13 |
| HSL | 291.32º | 0.7% | 0.55% | - |
| HSV(B) | 291.32º | 0.72% | 0.87% | - |
| XYZ | 38.06 | 20.67 | 70.39 | - |
| YUV | 120.79 | 184.56 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 62 | 221 | 0.10 | 0.72 | 0 | 0.13 | 291.32 | 0.7 | 0.55 |
| Hex | C6 | 3E | DD | A | 48 | 0 | D | 123 | 46 | 37 |
| Octal | 306 | 76 | 335 | 12 | 110 | 0 | 15 | 443 | 106 | 67 |
| Binary | 11000110 | 111110 | 11011101 | 1010 | 1001000 | 0 | 1101 | 100100011 | 1000110 | 110111 |
Color Harmonies of #C63EDD
Complementary color
Monochromatic Colors of #C63EDD
Black with #C63EDD
Text Example
Text Example
White with #C63EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63EDD; }
p { color: rgb(198,62,221); }
H1.HeaderClassName
{
color: #C63EDD;
}
.AnyTagClassName
{
color: #C63EDD;
}
</style>
background-color css
<style>
a { background-color: #C63EDD; }
a { background-color: rgb(198,62,221); }
div.DivClassName
{
background-color: #C63EDD;
}
.BgClassName
{
background-color: #C63EDD;
}
</style>
border-color css
<style>
span { border-color: #C63EDD; }
span { border-color: rgb(198,62,221); }
td.TdClassName
{
border-color: #C63EDD;
}
.TagClassName
{
border-color: #C63EDD;
}
</style>