Shades of Medium Orchid #C137FC
Tints of Medium Orchid #C137FC
RGB
CMYK
RGB Variations
Color information
#C137FC (or 0xC137FC) is known color: Medium Orchid. HEX triplet: C1, 37 and FC. RGB value is (193,55,252). Sum of RGB (Red+Green+Blue) = 193+55+252=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 55 (21.88% from 255 or 11% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #C137FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C137FC is #3EC803. Grayscale: #767676. Windows color (decimal): -4114436 or 16529345. OLE color: 16529345.
HSL color Cylindrical-coordinate representation of color #C137FC: hue angle of 282.03º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C137FC is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 55 | 252 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.01 |
| HSL | 282.03º | 0.97% | 0.6% | - |
| HSV(B) | 282.03º | 0.78% | 0.99% | - |
| XYZ | 40.93 | 21.1 | 94.01 | - |
| YUV | 118.72 | 203.22 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 252 | 0.23 | 0.78 | 0 | 0.01 | 282.03 | 0.97 | 0.6 |
| Hex | C1 | 37 | FC | 17 | 4E | 0 | 1 | 11A | 61 | 3C |
| Octal | 301 | 67 | 374 | 27 | 116 | 0 | 1 | 432 | 141 | 74 |
| Binary | 11000001 | 110111 | 11111100 | 10111 | 1001110 | 0 | 1 | 100011010 | 1100001 | 111100 |
Color Harmonies of #C137FC
Complementary color
Monochromatic Colors of #C137FC
Black with #C137FC
Text Example
Text Example
White with #C137FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C137FC; }
p { color: rgb(193,55,252); }
H1.HeaderClassName
{
color: #C137FC;
}
.AnyTagClassName
{
color: #C137FC;
}
</style>
background-color css
<style>
a { background-color: #C137FC; }
a { background-color: rgb(193,55,252); }
div.DivClassName
{
background-color: #C137FC;
}
.BgClassName
{
background-color: #C137FC;
}
</style>
border-color css
<style>
span { border-color: #C137FC; }
span { border-color: rgb(193,55,252); }
td.TdClassName
{
border-color: #C137FC;
}
.TagClassName
{
border-color: #C137FC;
}
</style>