Shades of Medium Orchid #C138F0
Tints of Medium Orchid #C138F0
RGB
CMYK
RGB Variations
Color information
#C138F0 (or 0xC138F0) is known color: Medium Orchid. HEX triplet: C1, 38 and F0. RGB value is (193,56,240). Sum of RGB (Red+Green+Blue) = 193+56+240=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 56 (22.27% from 255 or 11.45% from 489); Blue value is 240 (94.14% from 255 or 49.08% from 489); Max value from RGB is 240 - color contains mainly: blue. Hex color #C138F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C138F0 is #3EC70F. Grayscale: #757575. Windows color (decimal): -4114192 or 15743169. OLE color: 15743169.
HSL color Cylindrical-coordinate representation of color #C138F0: hue angle of 284.67º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C138F0 is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 56 | 240 | - |
| CMYK | 0.20 | 0.77 | 0 | 0.06 |
| HSL | 284.67º | 0.86% | 0.58% | - |
| HSV(B) | 284.67º | 0.77% | 0.94% | - |
| XYZ | 39.13 | 20.46 | 84.32 | - |
| YUV | 117.94 | 196.89 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 56 | 240 | 0.20 | 0.77 | 0 | 0.06 | 284.67 | 0.86 | 0.58 |
| Hex | C1 | 38 | F0 | 14 | 4D | 0 | 6 | 11D | 56 | 3A |
| Octal | 301 | 70 | 360 | 24 | 115 | 0 | 6 | 435 | 126 | 72 |
| Binary | 11000001 | 111000 | 11110000 | 10100 | 1001101 | 0 | 110 | 100011101 | 1010110 | 111010 |
Color Harmonies of #C138F0
Complementary color
Monochromatic Colors of #C138F0
Black with #C138F0
Text Example
Text Example
White with #C138F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C138F0; }
p { color: rgb(193,56,240); }
H1.HeaderClassName
{
color: #C138F0;
}
.AnyTagClassName
{
color: #C138F0;
}
</style>
background-color css
<style>
a { background-color: #C138F0; }
a { background-color: rgb(193,56,240); }
div.DivClassName
{
background-color: #C138F0;
}
.BgClassName
{
background-color: #C138F0;
}
</style>
border-color css
<style>
span { border-color: #C138F0; }
span { border-color: rgb(193,56,240); }
td.TdClassName
{
border-color: #C138F0;
}
.TagClassName
{
border-color: #C138F0;
}
</style>