Shades of Medium Orchid #C631DC
Tints of Medium Orchid #C631DC
RGB
CMYK
RGB Variations
Color information
#C631DC (or 0xC631DC) is known color: Medium Orchid. HEX triplet: C6, 31 and DC. RGB value is (198,49,220). Sum of RGB (Red+Green+Blue) = 198+49+220=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 49 (19.53% from 255 or 10.49% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #C631DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C631DC is #39CE23. Grayscale: #707070. Windows color (decimal): -3788324 or 14430662. OLE color: 14430662.
HSL color Cylindrical-coordinate representation of color #C631DC: hue angle of 292.28º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C631DC is Cyan = 0.1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 49 | 220 | - |
| CMYK | 0.1 | 0.78 | 0 | 0.14 |
| HSL | 292.28º | 0.71% | 0.53% | - |
| HSV(B) | 292.28º | 0.78% | 0.86% | - |
| XYZ | 37.31 | 19.37 | 69.48 | - |
| YUV | 113.05 | 188.36 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 49 | 220 | 0.1 | 0.78 | 0 | 0.14 | 292.28 | 0.71 | 0.53 |
| Hex | C6 | 31 | DC | A | 4E | 0 | E | 124 | 47 | 35 |
| Octal | 306 | 61 | 334 | 12 | 116 | 0 | 16 | 444 | 107 | 65 |
| Binary | 11000110 | 110001 | 11011100 | 1010 | 1001110 | 0 | 1110 | 100100100 | 1000111 | 110101 |
Color Harmonies of #C631DC
Complementary color
Monochromatic Colors of #C631DC
Black with #C631DC
Text Example
Text Example
White with #C631DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C631DC; }
p { color: rgb(198,49,220); }
H1.HeaderClassName
{
color: #C631DC;
}
.AnyTagClassName
{
color: #C631DC;
}
</style>
background-color css
<style>
a { background-color: #C631DC; }
a { background-color: rgb(198,49,220); }
div.DivClassName
{
background-color: #C631DC;
}
.BgClassName
{
background-color: #C631DC;
}
</style>
border-color css
<style>
span { border-color: #C631DC; }
span { border-color: rgb(198,49,220); }
td.TdClassName
{
border-color: #C631DC;
}
.TagClassName
{
border-color: #C631DC;
}
</style>