Shades of Medium Orchid #C637D6
Tints of Medium Orchid #C637D6
RGB
CMYK
RGB Variations
Color information
#C637D6 (or 0xC637D6) is known color: Medium Orchid. HEX triplet: C6, 37 and D6. RGB value is (198,55,214). Sum of RGB (Red+Green+Blue) = 198+55+214=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 55 (21.88% from 255 or 11.78% from 467); Blue value is 214 (83.98% from 255 or 45.82% from 467); Max value from RGB is 214 - color contains mainly: blue. Hex color #C637D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C637D6 is #39C829. Grayscale: #737373. Windows color (decimal): -3786794 or 14038982. OLE color: 14038982.
HSL color Cylindrical-coordinate representation of color #C637D6: hue angle of 293.96º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C637D6 is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 55 | 214 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.16 |
| HSL | 293.96º | 0.66% | 0.53% | - |
| HSV(B) | 293.96º | 0.74% | 0.84% | - |
| XYZ | 36.79 | 19.59 | 65.46 | - |
| YUV | 115.88 | 183.38 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 55 | 214 | 0.07 | 0.74 | 0 | 0.16 | 293.96 | 0.66 | 0.53 |
| Hex | C6 | 37 | D6 | 7 | 4A | 0 | 10 | 126 | 42 | 35 |
| Octal | 306 | 67 | 326 | 7 | 112 | 0 | 20 | 446 | 102 | 65 |
| Binary | 11000110 | 110111 | 11010110 | 111 | 1001010 | 0 | 10000 | 100100110 | 1000010 | 110101 |
Color Harmonies of #C637D6
Complementary color
Monochromatic Colors of #C637D6
Black with #C637D6
Text Example
Text Example
White with #C637D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C637D6; }
p { color: rgb(198,55,214); }
H1.HeaderClassName
{
color: #C637D6;
}
.AnyTagClassName
{
color: #C637D6;
}
</style>
background-color css
<style>
a { background-color: #C637D6; }
a { background-color: rgb(198,55,214); }
div.DivClassName
{
background-color: #C637D6;
}
.BgClassName
{
background-color: #C637D6;
}
</style>
border-color css
<style>
span { border-color: #C637D6; }
span { border-color: rgb(198,55,214); }
td.TdClassName
{
border-color: #C637D6;
}
.TagClassName
{
border-color: #C637D6;
}
</style>