Shades of Medium Orchid #C138F9
Tints of Medium Orchid #C138F9
RGB
CMYK
RGB Variations
Color information
#C138F9 (or 0xC138F9) is known color: Medium Orchid. HEX triplet: C1, 38 and F9. RGB value is (193,56,249). Sum of RGB (Red+Green+Blue) = 193+56+249=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 56 (22.27% from 255 or 11.24% from 498); Blue value is 249 (97.66% from 255 or 50% from 498); Max value from RGB is 249 - color contains mainly: blue. Hex color #C138F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C138F9 is #3EC706. Grayscale: #767676. Windows color (decimal): -4114183 or 16332993. OLE color: 16332993.
HSL color Cylindrical-coordinate representation of color #C138F9: hue angle of 282.59º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C138F9 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 56 | 249 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.02 |
| HSL | 282.59º | 0.94% | 0.6% | - |
| HSV(B) | 282.59º | 0.78% | 0.98% | - |
| XYZ | 40.51 | 21.01 | 91.54 | - |
| YUV | 118.97 | 201.39 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 56 | 249 | 0.22 | 0.78 | 0 | 0.02 | 282.59 | 0.94 | 0.6 |
| Hex | C1 | 38 | F9 | 16 | 4E | 0 | 2 | 11B | 5E | 3C |
| Octal | 301 | 70 | 371 | 26 | 116 | 0 | 2 | 433 | 136 | 74 |
| Binary | 11000001 | 111000 | 11111001 | 10110 | 1001110 | 0 | 10 | 100011011 | 1011110 | 111100 |
Color Harmonies of #C138F9
Complementary color
Monochromatic Colors of #C138F9
Black with #C138F9
Text Example
Text Example
White with #C138F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C138F9; }
p { color: rgb(193,56,249); }
H1.HeaderClassName
{
color: #C138F9;
}
.AnyTagClassName
{
color: #C138F9;
}
</style>
background-color css
<style>
a { background-color: #C138F9; }
a { background-color: rgb(193,56,249); }
div.DivClassName
{
background-color: #C138F9;
}
.BgClassName
{
background-color: #C138F9;
}
</style>
border-color css
<style>
span { border-color: #C138F9; }
span { border-color: rgb(193,56,249); }
td.TdClassName
{
border-color: #C138F9;
}
.TagClassName
{
border-color: #C138F9;
}
</style>