Shades of Medium Orchid #C637DC
Tints of Medium Orchid #C637DC
RGB
CMYK
RGB Variations
Color information
#C637DC (or 0xC637DC) is known color: Medium Orchid. HEX triplet: C6, 37 and DC. RGB value is (198,55,220). Sum of RGB (Red+Green+Blue) = 198+55+220=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 55 (21.88% from 255 or 11.63% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #C637DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C637DC is #39C823. Grayscale: #747474. Windows color (decimal): -3786788 or 14432198. OLE color: 14432198.
HSL color Cylindrical-coordinate representation of color #C637DC: hue angle of 292º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C637DC is Cyan = 0.1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 55 | 220 | - |
| CMYK | 0.1 | 0.75 | 0 | 0.14 |
| HSL | 292º | 0.7% | 0.54% | - |
| HSV(B) | 292º | 0.75% | 0.86% | - |
| XYZ | 37.57 | 19.91 | 69.57 | - |
| YUV | 116.57 | 186.38 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 55 | 220 | 0.1 | 0.75 | 0 | 0.14 | 292 | 0.7 | 0.54 |
| Hex | C6 | 37 | DC | A | 4B | 0 | E | 124 | 46 | 36 |
| Octal | 306 | 67 | 334 | 12 | 113 | 0 | 16 | 444 | 106 | 66 |
| Binary | 11000110 | 110111 | 11011100 | 1010 | 1001011 | 0 | 1110 | 100100100 | 1000110 | 110110 |
Color Harmonies of #C637DC
Complementary color
Monochromatic Colors of #C637DC
Black with #C637DC
Text Example
Text Example
White with #C637DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C637DC; }
p { color: rgb(198,55,220); }
H1.HeaderClassName
{
color: #C637DC;
}
.AnyTagClassName
{
color: #C637DC;
}
</style>
background-color css
<style>
a { background-color: #C637DC; }
a { background-color: rgb(198,55,220); }
div.DivClassName
{
background-color: #C637DC;
}
.BgClassName
{
background-color: #C637DC;
}
</style>
border-color css
<style>
span { border-color: #C637DC; }
span { border-color: rgb(198,55,220); }
td.TdClassName
{
border-color: #C637DC;
}
.TagClassName
{
border-color: #C637DC;
}
</style>