Shades of Medium Orchid #C631D4
Tints of Medium Orchid #C631D4
RGB
CMYK
RGB Variations
Color information
#C631D4 (or 0xC631D4) is known color: Medium Orchid. HEX triplet: C6, 31 and D4. RGB value is (198,49,212). Sum of RGB (Red+Green+Blue) = 198+49+212=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 49 (19.53% from 255 or 10.68% from 459); Blue value is 212 (83.20% from 255 or 46.19% from 459); Max value from RGB is 212 - color contains mainly: blue. Hex color #C631D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C631D4 is #39CE2B. Grayscale: #6F6F6F. Windows color (decimal): -3788332 or 13906374. OLE color: 13906374.
HSL color Cylindrical-coordinate representation of color #C631D4: hue angle of 294.85º 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 #C631D4 is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 49 | 212 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.17 |
| HSL | 294.85º | 0.65% | 0.51% | - |
| HSV(B) | 294.85º | 0.77% | 0.83% | - |
| XYZ | 36.27 | 18.96 | 64.03 | - |
| YUV | 112.13 | 184.36 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 49 | 212 | 0.07 | 0.77 | 0 | 0.17 | 294.85 | 0.65 | 0.51 |
| Hex | C6 | 31 | D4 | 7 | 4D | 0 | 11 | 127 | 41 | 33 |
| Octal | 306 | 61 | 324 | 7 | 115 | 0 | 21 | 447 | 101 | 63 |
| Binary | 11000110 | 110001 | 11010100 | 111 | 1001101 | 0 | 10001 | 100100111 | 1000001 | 110011 |
Color Harmonies of #C631D4
Complementary color
Monochromatic Colors of #C631D4
Black with #C631D4
Text Example
Text Example
White with #C631D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C631D4; }
p { color: rgb(198,49,212); }
H1.HeaderClassName
{
color: #C631D4;
}
.AnyTagClassName
{
color: #C631D4;
}
</style>
background-color css
<style>
a { background-color: #C631D4; }
a { background-color: rgb(198,49,212); }
div.DivClassName
{
background-color: #C631D4;
}
.BgClassName
{
background-color: #C631D4;
}
</style>
border-color css
<style>
span { border-color: #C631D4; }
span { border-color: rgb(198,49,212); }
td.TdClassName
{
border-color: #C631D4;
}
.TagClassName
{
border-color: #C631D4;
}
</style>