Shades of Medium Orchid #C631D3
Tints of Medium Orchid #C631D3
RGB
CMYK
RGB Variations
Color information
#C631D3 (or 0xC631D3) is known color: Medium Orchid. HEX triplet: C6, 31 and D3. RGB value is (198,49,211). Sum of RGB (Red+Green+Blue) = 198+49+211=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 49 (19.53% from 255 or 10.70% from 458); Blue value is 211 (82.81% from 255 or 46.07% from 458); Max value from RGB is 211 - color contains mainly: blue. Hex color #C631D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C631D3 is #39CE2C. Grayscale: #6F6F6F. Windows color (decimal): -3788333 or 13840838. OLE color: 13840838.
HSL color Cylindrical-coordinate representation of color #C631D3: hue angle of 295.19º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C631D3 is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 49 | 211 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.17 |
| HSL | 295.19º | 0.65% | 0.51% | - |
| HSV(B) | 295.19º | 0.77% | 0.83% | - |
| XYZ | 36.14 | 18.91 | 63.37 | - |
| YUV | 112.02 | 183.86 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 49 | 211 | 0.06 | 0.77 | 0 | 0.17 | 295.19 | 0.65 | 0.51 |
| Hex | C6 | 31 | D3 | 6 | 4D | 0 | 11 | 127 | 41 | 33 |
| Octal | 306 | 61 | 323 | 6 | 115 | 0 | 21 | 447 | 101 | 63 |
| Binary | 11000110 | 110001 | 11010011 | 110 | 1001101 | 0 | 10001 | 100100111 | 1000001 | 110011 |
Color Harmonies of #C631D3
Complementary color
Monochromatic Colors of #C631D3
Black with #C631D3
Text Example
Text Example
White with #C631D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C631D3; }
p { color: rgb(198,49,211); }
H1.HeaderClassName
{
color: #C631D3;
}
.AnyTagClassName
{
color: #C631D3;
}
</style>
background-color css
<style>
a { background-color: #C631D3; }
a { background-color: rgb(198,49,211); }
div.DivClassName
{
background-color: #C631D3;
}
.BgClassName
{
background-color: #C631D3;
}
</style>
border-color css
<style>
span { border-color: #C631D3; }
span { border-color: rgb(198,49,211); }
td.TdClassName
{
border-color: #C631D3;
}
.TagClassName
{
border-color: #C631D3;
}
</style>