Shades of Medium Orchid #C137FD
Tints of Medium Orchid #C137FD
RGB
CMYK
RGB Variations
Color information
#C137FD (or 0xC137FD) is known color: Medium Orchid. HEX triplet: C1, 37 and FD. RGB value is (193,55,253). Sum of RGB (Red+Green+Blue) = 193+55+253=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 55 (21.88% from 255 or 10.98% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #C137FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C137FD is #3EC802. Grayscale: #767676. Windows color (decimal): -4114435 or 16594881. OLE color: 16594881.
HSL color Cylindrical-coordinate representation of color #C137FD: hue angle of 281.82º degrees, saturation: 0.98, 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 #C137FD is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 55 | 253 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.01 |
| HSL | 281.82º | 0.98% | 0.6% | - |
| HSV(B) | 281.82º | 0.78% | 0.99% | - |
| XYZ | 41.09 | 21.16 | 94.85 | - |
| YUV | 118.83 | 203.72 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 253 | 0.24 | 0.78 | 0 | 0.01 | 281.82 | 0.98 | 0.6 |
| Hex | C1 | 37 | FD | 18 | 4E | 0 | 1 | 11A | 62 | 3C |
| Octal | 301 | 67 | 375 | 30 | 116 | 0 | 1 | 432 | 142 | 74 |
| Binary | 11000001 | 110111 | 11111101 | 11000 | 1001110 | 0 | 1 | 100011010 | 1100010 | 111100 |
Color Harmonies of #C137FD
Complementary color
Monochromatic Colors of #C137FD
Black with #C137FD
Text Example
Text Example
White with #C137FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C137FD; }
p { color: rgb(193,55,253); }
H1.HeaderClassName
{
color: #C137FD;
}
.AnyTagClassName
{
color: #C137FD;
}
</style>
background-color css
<style>
a { background-color: #C137FD; }
a { background-color: rgb(193,55,253); }
div.DivClassName
{
background-color: #C137FD;
}
.BgClassName
{
background-color: #C137FD;
}
</style>
border-color css
<style>
span { border-color: #C137FD; }
span { border-color: rgb(193,55,253); }
td.TdClassName
{
border-color: #C137FD;
}
.TagClassName
{
border-color: #C137FD;
}
</style>