Shades of Medium Orchid #C631DA
Tints of Medium Orchid #C631DA
RGB
CMYK
RGB Variations
Color information
#C631DA (or 0xC631DA) is known color: Medium Orchid. HEX triplet: C6, 31 and DA. RGB value is (198,49,218). Sum of RGB (Red+Green+Blue) = 198+49+218=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 49 (19.53% from 255 or 10.54% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #C631DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C631DA is #39CE25. Grayscale: #707070. Windows color (decimal): -3788326 or 14299590. OLE color: 14299590.
HSL color Cylindrical-coordinate representation of color #C631DA: hue angle of 292.9º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C631DA is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 49 | 218 | - |
| CMYK | 0.09 | 0.78 | 0 | 0.15 |
| HSL | 292.9º | 0.7% | 0.52% | - |
| HSV(B) | 292.9º | 0.78% | 0.85% | - |
| XYZ | 37.04 | 19.26 | 68.1 | - |
| YUV | 112.82 | 187.36 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 49 | 218 | 0.09 | 0.78 | 0 | 0.15 | 292.9 | 0.7 | 0.52 |
| Hex | C6 | 31 | DA | 9 | 4E | 0 | F | 125 | 46 | 34 |
| Octal | 306 | 61 | 332 | 11 | 116 | 0 | 17 | 445 | 106 | 64 |
| Binary | 11000110 | 110001 | 11011010 | 1001 | 1001110 | 0 | 1111 | 100100101 | 1000110 | 110100 |
Color Harmonies of #C631DA
Complementary color
Monochromatic Colors of #C631DA
Black with #C631DA
Text Example
Text Example
White with #C631DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C631DA; }
p { color: rgb(198,49,218); }
H1.HeaderClassName
{
color: #C631DA;
}
.AnyTagClassName
{
color: #C631DA;
}
</style>
background-color css
<style>
a { background-color: #C631DA; }
a { background-color: rgb(198,49,218); }
div.DivClassName
{
background-color: #C631DA;
}
.BgClassName
{
background-color: #C631DA;
}
</style>
border-color css
<style>
span { border-color: #C631DA; }
span { border-color: rgb(198,49,218); }
td.TdClassName
{
border-color: #C631DA;
}
.TagClassName
{
border-color: #C631DA;
}
</style>