Shades of Medium Orchid #C63EE0
Tints of Medium Orchid #C63EE0
RGB
CMYK
RGB Variations
Color information
#C63EE0 (or 0xC63EE0) is known color: Medium Orchid. HEX triplet: C6, 3E and E0. RGB value is (198,62,224). Sum of RGB (Red+Green+Blue) = 198+62+224=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 62 (24.61% from 255 or 12.81% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 224 - color contains mainly: blue. Hex color #C63EE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63EE0 is #39C11F. Grayscale: #787878. Windows color (decimal): -3784992 or 14696134. OLE color: 14696134.
HSL color Cylindrical-coordinate representation of color #C63EE0: hue angle of 290.37º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C63EE0 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 62 | 224 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.12 |
| HSL | 290.37º | 0.72% | 0.56% | - |
| HSV(B) | 290.37º | 0.72% | 0.88% | - |
| XYZ | 38.47 | 20.83 | 72.51 | - |
| YUV | 121.13 | 186.06 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 62 | 224 | 0.12 | 0.72 | 0 | 0.12 | 290.37 | 0.72 | 0.56 |
| Hex | C6 | 3E | E0 | C | 48 | 0 | C | 122 | 48 | 38 |
| Octal | 306 | 76 | 340 | 14 | 110 | 0 | 14 | 442 | 110 | 70 |
| Binary | 11000110 | 111110 | 11100000 | 1100 | 1001000 | 0 | 1100 | 100100010 | 1001000 | 111000 |
Color Harmonies of #C63EE0
Complementary color
Monochromatic Colors of #C63EE0
Black with #C63EE0
Text Example
Text Example
White with #C63EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63EE0; }
p { color: rgb(198,62,224); }
H1.HeaderClassName
{
color: #C63EE0;
}
.AnyTagClassName
{
color: #C63EE0;
}
</style>
background-color css
<style>
a { background-color: #C63EE0; }
a { background-color: rgb(198,62,224); }
div.DivClassName
{
background-color: #C63EE0;
}
.BgClassName
{
background-color: #C63EE0;
}
</style>
border-color css
<style>
span { border-color: #C63EE0; }
span { border-color: rgb(198,62,224); }
td.TdClassName
{
border-color: #C63EE0;
}
.TagClassName
{
border-color: #C63EE0;
}
</style>