Shades of Medium Orchid #C631ED
Tints of Medium Orchid #C631ED
RGB
CMYK
RGB Variations
Color information
#C631ED (or 0xC631ED) is known color: Medium Orchid. HEX triplet: C6, 31 and ED. RGB value is (198,49,237). Sum of RGB (Red+Green+Blue) = 198+49+237=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 49 (19.53% from 255 or 10.12% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #C631ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C631ED is #39CE12. Grayscale: #727272. Windows color (decimal): -3788307 or 15544774. OLE color: 15544774.
HSL color Cylindrical-coordinate representation of color #C631ED: hue angle of 287.55º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C631ED is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 49 | 237 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.07 |
| HSL | 287.55º | 0.84% | 0.56% | - |
| HSV(B) | 287.55º | 0.79% | 0.93% | - |
| XYZ | 39.67 | 20.32 | 81.95 | - |
| YUV | 114.98 | 196.86 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 49 | 237 | 0.16 | 0.79 | 0 | 0.07 | 287.55 | 0.84 | 0.56 |
| Hex | C6 | 31 | ED | 10 | 4F | 0 | 7 | 120 | 54 | 38 |
| Octal | 306 | 61 | 355 | 20 | 117 | 0 | 7 | 440 | 124 | 70 |
| Binary | 11000110 | 110001 | 11101101 | 10000 | 1001111 | 0 | 111 | 100100000 | 1010100 | 111000 |
Color Harmonies of #C631ED
Complementary color
Monochromatic Colors of #C631ED
Black with #C631ED
Text Example
Text Example
White with #C631ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C631ED; }
p { color: rgb(198,49,237); }
H1.HeaderClassName
{
color: #C631ED;
}
.AnyTagClassName
{
color: #C631ED;
}
</style>
background-color css
<style>
a { background-color: #C631ED; }
a { background-color: rgb(198,49,237); }
div.DivClassName
{
background-color: #C631ED;
}
.BgClassName
{
background-color: #C631ED;
}
</style>
border-color css
<style>
span { border-color: #C631ED; }
span { border-color: rgb(198,49,237); }
td.TdClassName
{
border-color: #C631ED;
}
.TagClassName
{
border-color: #C631ED;
}
</style>