Shades of Medium Orchid #C138EA
Tints of Medium Orchid #C138EA
RGB
CMYK
RGB Variations
Color information
#C138EA (or 0xC138EA) is known color: Medium Orchid. HEX triplet: C1, 38 and EA. RGB value is (193,56,234). Sum of RGB (Red+Green+Blue) = 193+56+234=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 56 (22.27% from 255 or 11.59% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #C138EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C138EA is #3EC715. Grayscale: #747474. Windows color (decimal): -4114198 or 15349953. OLE color: 15349953.
HSL color Cylindrical-coordinate representation of color #C138EA: hue angle of 286.18º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C138EA is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 56 | 234 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.08 |
| HSL | 286.18º | 0.81% | 0.57% | - |
| HSV(B) | 286.18º | 0.76% | 0.92% | - |
| XYZ | 38.26 | 20.11 | 79.71 | - |
| YUV | 117.26 | 193.89 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 56 | 234 | 0.18 | 0.76 | 0 | 0.08 | 286.18 | 0.81 | 0.57 |
| Hex | C1 | 38 | EA | 12 | 4C | 0 | 8 | 11E | 51 | 39 |
| Octal | 301 | 70 | 352 | 22 | 114 | 0 | 10 | 436 | 121 | 71 |
| Binary | 11000001 | 111000 | 11101010 | 10010 | 1001100 | 0 | 1000 | 100011110 | 1010001 | 111001 |
Color Harmonies of #C138EA
Complementary color
Monochromatic Colors of #C138EA
Black with #C138EA
Text Example
Text Example
White with #C138EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C138EA; }
p { color: rgb(193,56,234); }
H1.HeaderClassName
{
color: #C138EA;
}
.AnyTagClassName
{
color: #C138EA;
}
</style>
background-color css
<style>
a { background-color: #C138EA; }
a { background-color: rgb(193,56,234); }
div.DivClassName
{
background-color: #C138EA;
}
.BgClassName
{
background-color: #C138EA;
}
</style>
border-color css
<style>
span { border-color: #C138EA; }
span { border-color: rgb(193,56,234); }
td.TdClassName
{
border-color: #C138EA;
}
.TagClassName
{
border-color: #C138EA;
}
</style>