Shades of Medium Orchid #C138F4
Tints of Medium Orchid #C138F4
RGB
CMYK
RGB Variations
Color information
#C138F4 (or 0xC138F4) is known color: Medium Orchid. HEX triplet: C1, 38 and F4. RGB value is (193,56,244). Sum of RGB (Red+Green+Blue) = 193+56+244=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 56 (22.27% from 255 or 11.36% from 493); Blue value is 244 (95.70% from 255 or 49.49% from 493); Max value from RGB is 244 - color contains mainly: blue. Hex color #C138F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C138F4 is #3EC70B. Grayscale: #757575. Windows color (decimal): -4114188 or 16005313. OLE color: 16005313.
HSL color Cylindrical-coordinate representation of color #C138F4: hue angle of 283.72º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C138F4 is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 56 | 244 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.04 |
| HSL | 283.72º | 0.9% | 0.59% | - |
| HSV(B) | 283.72º | 0.77% | 0.96% | - |
| XYZ | 39.74 | 20.7 | 87.49 | - |
| YUV | 118.4 | 198.89 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 56 | 244 | 0.21 | 0.77 | 0 | 0.04 | 283.72 | 0.9 | 0.59 |
| Hex | C1 | 38 | F4 | 15 | 4D | 0 | 4 | 11C | 5A | 3B |
| Octal | 301 | 70 | 364 | 25 | 115 | 0 | 4 | 434 | 132 | 73 |
| Binary | 11000001 | 111000 | 11110100 | 10101 | 1001101 | 0 | 100 | 100011100 | 1011010 | 111011 |
Color Harmonies of #C138F4
Complementary color
Monochromatic Colors of #C138F4
Black with #C138F4
Text Example
Text Example
White with #C138F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C138F4; }
p { color: rgb(193,56,244); }
H1.HeaderClassName
{
color: #C138F4;
}
.AnyTagClassName
{
color: #C138F4;
}
</style>
background-color css
<style>
a { background-color: #C138F4; }
a { background-color: rgb(193,56,244); }
div.DivClassName
{
background-color: #C138F4;
}
.BgClassName
{
background-color: #C138F4;
}
</style>
border-color css
<style>
span { border-color: #C138F4; }
span { border-color: rgb(193,56,244); }
td.TdClassName
{
border-color: #C138F4;
}
.TagClassName
{
border-color: #C138F4;
}
</style>