Shades of Medium Orchid #C63ED1
Tints of Medium Orchid #C63ED1
RGB
CMYK
RGB Variations
Color information
#C63ED1 (or 0xC63ED1) is known color: Medium Orchid. HEX triplet: C6, 3E and D1. RGB value is (198,62,209). Sum of RGB (Red+Green+Blue) = 198+62+209=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 62 (24.61% from 255 or 13.22% from 469); Blue value is 209 (82.03% from 255 or 44.56% from 469); Max value from RGB is 209 - color contains mainly: blue. Hex color #C63ED1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63ED1 is #39C12E. Grayscale: #767676. Windows color (decimal): -3785007 or 13713094. OLE color: 13713094.
HSL color Cylindrical-coordinate representation of color #C63ED1: hue angle of 295.51º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63ED1 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 62 | 209 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.18 |
| HSL | 295.51º | 0.62% | 0.53% | - |
| HSV(B) | 295.51º | 0.7% | 0.82% | - |
| XYZ | 36.52 | 20.05 | 62.27 | - |
| YUV | 119.42 | 178.56 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 62 | 209 | 0.05 | 0.70 | 0 | 0.18 | 295.51 | 0.62 | 0.53 |
| Hex | C6 | 3E | D1 | 5 | 46 | 0 | 12 | 128 | 3E | 35 |
| Octal | 306 | 76 | 321 | 5 | 106 | 0 | 22 | 450 | 76 | 65 |
| Binary | 11000110 | 111110 | 11010001 | 101 | 1000110 | 0 | 10010 | 100101000 | 111110 | 110101 |
Color Harmonies of #C63ED1
Complementary color
Monochromatic Colors of #C63ED1
Black with #C63ED1
Text Example
Text Example
White with #C63ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63ED1; }
p { color: rgb(198,62,209); }
H1.HeaderClassName
{
color: #C63ED1;
}
.AnyTagClassName
{
color: #C63ED1;
}
</style>
background-color css
<style>
a { background-color: #C63ED1; }
a { background-color: rgb(198,62,209); }
div.DivClassName
{
background-color: #C63ED1;
}
.BgClassName
{
background-color: #C63ED1;
}
</style>
border-color css
<style>
span { border-color: #C63ED1; }
span { border-color: rgb(198,62,209); }
td.TdClassName
{
border-color: #C63ED1;
}
.TagClassName
{
border-color: #C63ED1;
}
</style>