Shades of Medium Orchid #C137DF
Tints of Medium Orchid #C137DF
RGB
CMYK
RGB Variations
Color information
#C137DF (or 0xC137DF) is known color: Medium Orchid. HEX triplet: C1, 37 and DF. RGB value is (193,55,223). Sum of RGB (Red+Green+Blue) = 193+55+223=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 55 (21.88% from 255 or 11.68% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #C137DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C137DF is #3EC820. Grayscale: #727272. Windows color (decimal): -4114465 or 14628801. OLE color: 14628801.
HSL color Cylindrical-coordinate representation of color #C137DF: hue angle of 289.29º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C137DF is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 55 | 223 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.13 |
| HSL | 289.29º | 0.72% | 0.55% | - |
| HSV(B) | 289.29º | 0.75% | 0.87% | - |
| XYZ | 36.68 | 19.4 | 71.62 | - |
| YUV | 115.41 | 188.72 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 223 | 0.13 | 0.75 | 0 | 0.13 | 289.29 | 0.72 | 0.55 |
| Hex | C1 | 37 | DF | D | 4B | 0 | D | 121 | 48 | 37 |
| Octal | 301 | 67 | 337 | 15 | 113 | 0 | 15 | 441 | 110 | 67 |
| Binary | 11000001 | 110111 | 11011111 | 1101 | 1001011 | 0 | 1101 | 100100001 | 1001000 | 110111 |
Color Harmonies of #C137DF
Complementary color
Monochromatic Colors of #C137DF
Black with #C137DF
Text Example
Text Example
White with #C137DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C137DF; }
p { color: rgb(193,55,223); }
H1.HeaderClassName
{
color: #C137DF;
}
.AnyTagClassName
{
color: #C137DF;
}
</style>
background-color css
<style>
a { background-color: #C137DF; }
a { background-color: rgb(193,55,223); }
div.DivClassName
{
background-color: #C137DF;
}
.BgClassName
{
background-color: #C137DF;
}
</style>
border-color css
<style>
span { border-color: #C137DF; }
span { border-color: rgb(193,55,223); }
td.TdClassName
{
border-color: #C137DF;
}
.TagClassName
{
border-color: #C137DF;
}
</style>