Shades of Medium Orchid #C137D0
Tints of Medium Orchid #C137D0
RGB
CMYK
RGB Variations
Color information
#C137D0 (or 0xC137D0) is known color: Medium Orchid. HEX triplet: C1, 37 and D0. RGB value is (193,55,208). Sum of RGB (Red+Green+Blue) = 193+55+208=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 55 (21.88% from 255 or 12.06% from 456); Blue value is 208 (81.64% from 255 or 45.61% from 456); Max value from RGB is 208 - color contains mainly: blue. Hex color #C137D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C137D0 is #3EC82F. Grayscale: #717171. Windows color (decimal): -4114480 or 13645761. OLE color: 13645761.
HSL color Cylindrical-coordinate representation of color #C137D0: hue angle of 294.12º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C137D0 is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 55 | 208 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.18 |
| HSL | 294.12º | 0.62% | 0.52% | - |
| HSV(B) | 294.12º | 0.74% | 0.82% | - |
| XYZ | 34.74 | 18.62 | 61.44 | - |
| YUV | 113.7 | 181.22 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 208 | 0.07 | 0.74 | 0 | 0.18 | 294.12 | 0.62 | 0.52 |
| Hex | C1 | 37 | D0 | 7 | 4A | 0 | 12 | 126 | 3E | 34 |
| Octal | 301 | 67 | 320 | 7 | 112 | 0 | 22 | 446 | 76 | 64 |
| Binary | 11000001 | 110111 | 11010000 | 111 | 1001010 | 0 | 10010 | 100100110 | 111110 | 110100 |
Color Harmonies of #C137D0
Complementary color
Monochromatic Colors of #C137D0
Black with #C137D0
Text Example
Text Example
White with #C137D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C137D0; }
p { color: rgb(193,55,208); }
H1.HeaderClassName
{
color: #C137D0;
}
.AnyTagClassName
{
color: #C137D0;
}
</style>
background-color css
<style>
a { background-color: #C137D0; }
a { background-color: rgb(193,55,208); }
div.DivClassName
{
background-color: #C137D0;
}
.BgClassName
{
background-color: #C137D0;
}
</style>
border-color css
<style>
span { border-color: #C137D0; }
span { border-color: rgb(193,55,208); }
td.TdClassName
{
border-color: #C137D0;
}
.TagClassName
{
border-color: #C137D0;
}
</style>