Shades of Medium Orchid #C631E2
Tints of Medium Orchid #C631E2
RGB
CMYK
RGB Variations
Color information
#C631E2 (or 0xC631E2) is known color: Medium Orchid. HEX triplet: C6, 31 and E2. RGB value is (198,49,226). Sum of RGB (Red+Green+Blue) = 198+49+226=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 49 (19.53% from 255 or 10.36% from 473); Blue value is 226 (88.67% from 255 or 47.78% from 473); Max value from RGB is 226 - color contains mainly: blue. Hex color #C631E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C631E2 is #39CE1D. Grayscale: #717171. Windows color (decimal): -3788318 or 14823878. OLE color: 14823878.
HSL color Cylindrical-coordinate representation of color #C631E2: hue angle of 290.51º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C631E2 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 49 | 226 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.11 |
| HSL | 290.51º | 0.75% | 0.54% | - |
| HSV(B) | 290.51º | 0.78% | 0.89% | - |
| XYZ | 38.11 | 19.69 | 73.74 | - |
| YUV | 113.73 | 191.36 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 49 | 226 | 0.12 | 0.78 | 0 | 0.11 | 290.51 | 0.75 | 0.54 |
| Hex | C6 | 31 | E2 | C | 4E | 0 | B | 123 | 4B | 36 |
| Octal | 306 | 61 | 342 | 14 | 116 | 0 | 13 | 443 | 113 | 66 |
| Binary | 11000110 | 110001 | 11100010 | 1100 | 1001110 | 0 | 1011 | 100100011 | 1001011 | 110110 |
Color Harmonies of #C631E2
Complementary color
Monochromatic Colors of #C631E2
Black with #C631E2
Text Example
Text Example
White with #C631E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C631E2; }
p { color: rgb(198,49,226); }
H1.HeaderClassName
{
color: #C631E2;
}
.AnyTagClassName
{
color: #C631E2;
}
</style>
background-color css
<style>
a { background-color: #C631E2; }
a { background-color: rgb(198,49,226); }
div.DivClassName
{
background-color: #C631E2;
}
.BgClassName
{
background-color: #C631E2;
}
</style>
border-color css
<style>
span { border-color: #C631E2; }
span { border-color: rgb(198,49,226); }
td.TdClassName
{
border-color: #C631E2;
}
.TagClassName
{
border-color: #C631E2;
}
</style>