Shades of Medium Orchid #C138EE
Tints of Medium Orchid #C138EE
RGB
CMYK
RGB Variations
Color information
#C138EE (or 0xC138EE) is known color: Medium Orchid. HEX triplet: C1, 38 and EE. RGB value is (193,56,238). Sum of RGB (Red+Green+Blue) = 193+56+238=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 56 (22.27% from 255 or 11.50% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #C138EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C138EE is #3EC711. Grayscale: #757575. Windows color (decimal): -4114194 or 15612097. OLE color: 15612097.
HSL color Cylindrical-coordinate representation of color #C138EE: hue angle of 285.16º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C138EE is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 56 | 238 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.07 |
| HSL | 285.16º | 0.84% | 0.58% | - |
| HSV(B) | 285.16º | 0.76% | 0.93% | - |
| XYZ | 38.84 | 20.34 | 82.77 | - |
| YUV | 117.71 | 195.89 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 56 | 238 | 0.19 | 0.76 | 0 | 0.07 | 285.16 | 0.84 | 0.58 |
| Hex | C1 | 38 | EE | 13 | 4C | 0 | 7 | 11D | 54 | 3A |
| Octal | 301 | 70 | 356 | 23 | 114 | 0 | 7 | 435 | 124 | 72 |
| Binary | 11000001 | 111000 | 11101110 | 10011 | 1001100 | 0 | 111 | 100011101 | 1010100 | 111010 |
Color Harmonies of #C138EE
Complementary color
Monochromatic Colors of #C138EE
Black with #C138EE
Text Example
Text Example
White with #C138EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C138EE; }
p { color: rgb(193,56,238); }
H1.HeaderClassName
{
color: #C138EE;
}
.AnyTagClassName
{
color: #C138EE;
}
</style>
background-color css
<style>
a { background-color: #C138EE; }
a { background-color: rgb(193,56,238); }
div.DivClassName
{
background-color: #C138EE;
}
.BgClassName
{
background-color: #C138EE;
}
</style>
border-color css
<style>
span { border-color: #C138EE; }
span { border-color: rgb(193,56,238); }
td.TdClassName
{
border-color: #C138EE;
}
.TagClassName
{
border-color: #C138EE;
}
</style>