Shades of Medium Orchid #C137F4
Tints of Medium Orchid #C137F4
RGB
CMYK
RGB Variations
Color information
#C137F4 (or 0xC137F4) is known color: Medium Orchid. HEX triplet: C1, 37 and F4. RGB value is (193,55,244). Sum of RGB (Red+Green+Blue) = 193+55+244=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 55 (21.88% from 255 or 11.18% from 492); Blue value is 244 (95.70% from 255 or 49.59% from 492); Max value from RGB is 244 - color contains mainly: blue. Hex color #C137F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C137F4 is #3EC80B. Grayscale: #757575. Windows color (decimal): -4114444 or 16005057. OLE color: 16005057.
HSL color Cylindrical-coordinate representation of color #C137F4: hue angle of 283.81º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C137F4 is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 55 | 244 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.04 |
| HSL | 283.81º | 0.9% | 0.59% | - |
| HSV(B) | 283.81º | 0.77% | 0.96% | - |
| XYZ | 39.69 | 20.6 | 87.47 | - |
| YUV | 117.81 | 199.22 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 244 | 0.21 | 0.77 | 0 | 0.04 | 283.81 | 0.9 | 0.59 |
| Hex | C1 | 37 | F4 | 15 | 4D | 0 | 4 | 11C | 5A | 3B |
| Octal | 301 | 67 | 364 | 25 | 115 | 0 | 4 | 434 | 132 | 73 |
| Binary | 11000001 | 110111 | 11110100 | 10101 | 1001101 | 0 | 100 | 100011100 | 1011010 | 111011 |
Color Harmonies of #C137F4
Complementary color
Monochromatic Colors of #C137F4
Black with #C137F4
Text Example
Text Example
White with #C137F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C137F4; }
p { color: rgb(193,55,244); }
H1.HeaderClassName
{
color: #C137F4;
}
.AnyTagClassName
{
color: #C137F4;
}
</style>
background-color css
<style>
a { background-color: #C137F4; }
a { background-color: rgb(193,55,244); }
div.DivClassName
{
background-color: #C137F4;
}
.BgClassName
{
background-color: #C137F4;
}
</style>
border-color css
<style>
span { border-color: #C137F4; }
span { border-color: rgb(193,55,244); }
td.TdClassName
{
border-color: #C137F4;
}
.TagClassName
{
border-color: #C137F4;
}
</style>