Shades of Medium Orchid #C137FF
Tints of Medium Orchid #C137FF
RGB
CMYK
RGB Variations
Color information
#C137FF (or 0xC137FF) is known color: Medium Orchid. HEX triplet: C1, 37 and FF. RGB value is (193,55,255). Sum of RGB (Red+Green+Blue) = 193+55+255=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 55 (21.88% from 255 or 10.93% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #C137FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C137FF is #3EC800. Grayscale: #767676. Windows color (decimal): -4114433 or 16725953. OLE color: 16725953.
HSL color Cylindrical-coordinate representation of color #C137FF: hue angle of 281.4º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C137FF is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 55 | 255 | - |
| CMYK | 0.24 | 0.78 | 0 | 0 |
| HSL | 281.4º | 1% | 0.61% | - |
| HSV(B) | 281.4º | 0.78% | 1% | - |
| XYZ | 41.41 | 21.29 | 96.53 | - |
| YUV | 119.06 | 204.72 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 255 | 0.24 | 0.78 | 0 | 0 | 281.4 | 1 | 0.61 |
| Hex | C1 | 37 | FF | 18 | 4E | 0 | 0 | 119 | 64 | 3D |
| Octal | 301 | 67 | 377 | 30 | 116 | 0 | 0 | 431 | 144 | 75 |
| Binary | 11000001 | 110111 | 11111111 | 11000 | 1001110 | 0 | 0 | 100011001 | 1100100 | 111101 |
Color Harmonies of #C137FF
Complementary color
Monochromatic Colors of #C137FF
Black with #C137FF
Text Example
Text Example
White with #C137FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C137FF; }
p { color: rgb(193,55,255); }
H1.HeaderClassName
{
color: #C137FF;
}
.AnyTagClassName
{
color: #C137FF;
}
</style>
background-color css
<style>
a { background-color: #C137FF; }
a { background-color: rgb(193,55,255); }
div.DivClassName
{
background-color: #C137FF;
}
.BgClassName
{
background-color: #C137FF;
}
</style>
border-color css
<style>
span { border-color: #C137FF; }
span { border-color: rgb(193,55,255); }
td.TdClassName
{
border-color: #C137FF;
}
.TagClassName
{
border-color: #C137FF;
}
</style>