Shades of Medium Orchid #C137F2
Tints of Medium Orchid #C137F2
RGB
CMYK
RGB Variations
Color information
#C137F2 (or 0xC137F2) is known color: Medium Orchid. HEX triplet: C1, 37 and F2. RGB value is (193,55,242). Sum of RGB (Red+Green+Blue) = 193+55+242=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 55 (21.88% from 255 or 11.22% from 490); Blue value is 242 (94.92% from 255 or 49.39% from 490); Max value from RGB is 242 - color contains mainly: blue. Hex color #C137F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C137F2 is #3EC80D. Grayscale: #747474. Windows color (decimal): -4114446 or 15873985. OLE color: 15873985.
HSL color Cylindrical-coordinate representation of color #C137F2: hue angle of 284.28º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C137F2 is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 55 | 242 | - |
| CMYK | 0.20 | 0.77 | 0 | 0.05 |
| HSL | 284.28º | 0.88% | 0.58% | - |
| HSV(B) | 284.28º | 0.77% | 0.95% | - |
| XYZ | 39.39 | 20.48 | 85.88 | - |
| YUV | 117.58 | 198.22 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 242 | 0.20 | 0.77 | 0 | 0.05 | 284.28 | 0.88 | 0.58 |
| Hex | C1 | 37 | F2 | 14 | 4D | 0 | 5 | 11C | 58 | 3A |
| Octal | 301 | 67 | 362 | 24 | 115 | 0 | 5 | 434 | 130 | 72 |
| Binary | 11000001 | 110111 | 11110010 | 10100 | 1001101 | 0 | 101 | 100011100 | 1011000 | 111010 |
Color Harmonies of #C137F2
Complementary color
Monochromatic Colors of #C137F2
Black with #C137F2
Text Example
Text Example
White with #C137F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C137F2; }
p { color: rgb(193,55,242); }
H1.HeaderClassName
{
color: #C137F2;
}
.AnyTagClassName
{
color: #C137F2;
}
</style>
background-color css
<style>
a { background-color: #C137F2; }
a { background-color: rgb(193,55,242); }
div.DivClassName
{
background-color: #C137F2;
}
.BgClassName
{
background-color: #C137F2;
}
</style>
border-color css
<style>
span { border-color: #C137F2; }
span { border-color: rgb(193,55,242); }
td.TdClassName
{
border-color: #C137F2;
}
.TagClassName
{
border-color: #C137F2;
}
</style>