Shades of Medium Orchid #C138ED
Tints of Medium Orchid #C138ED
RGB
CMYK
RGB Variations
Color information
#C138ED (or 0xC138ED) is known color: Medium Orchid. HEX triplet: C1, 38 and ED. RGB value is (193,56,237). Sum of RGB (Red+Green+Blue) = 193+56+237=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 56 (22.27% from 255 or 11.52% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #C138ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C138ED is #3EC712. Grayscale: #757575. Windows color (decimal): -4114195 or 15546561. OLE color: 15546561.
HSL color Cylindrical-coordinate representation of color #C138ED: hue angle of 285.41º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C138ED is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 56 | 237 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.07 |
| HSL | 285.41º | 0.83% | 0.57% | - |
| HSV(B) | 285.41º | 0.76% | 0.93% | - |
| XYZ | 38.69 | 20.28 | 82 | - |
| YUV | 117.6 | 195.39 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 56 | 237 | 0.19 | 0.76 | 0 | 0.07 | 285.41 | 0.83 | 0.57 |
| Hex | C1 | 38 | ED | 13 | 4C | 0 | 7 | 11D | 53 | 39 |
| Octal | 301 | 70 | 355 | 23 | 114 | 0 | 7 | 435 | 123 | 71 |
| Binary | 11000001 | 111000 | 11101101 | 10011 | 1001100 | 0 | 111 | 100011101 | 1010011 | 111001 |
Color Harmonies of #C138ED
Complementary color
Monochromatic Colors of #C138ED
Black with #C138ED
Text Example
Text Example
White with #C138ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C138ED; }
p { color: rgb(193,56,237); }
H1.HeaderClassName
{
color: #C138ED;
}
.AnyTagClassName
{
color: #C138ED;
}
</style>
background-color css
<style>
a { background-color: #C138ED; }
a { background-color: rgb(193,56,237); }
div.DivClassName
{
background-color: #C138ED;
}
.BgClassName
{
background-color: #C138ED;
}
</style>
border-color css
<style>
span { border-color: #C138ED; }
span { border-color: rgb(193,56,237); }
td.TdClassName
{
border-color: #C138ED;
}
.TagClassName
{
border-color: #C138ED;
}
</style>