Shades of Medium Orchid #C138EB
Tints of Medium Orchid #C138EB
RGB
CMYK
RGB Variations
Color information
#C138EB (or 0xC138EB) is known color: Medium Orchid. HEX triplet: C1, 38 and EB. RGB value is (193,56,235). Sum of RGB (Red+Green+Blue) = 193+56+235=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 56 (22.27% from 255 or 11.57% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #C138EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C138EB is #3EC714. Grayscale: #747474. Windows color (decimal): -4114197 or 15415489. OLE color: 15415489.
HSL color Cylindrical-coordinate representation of color #C138EB: hue angle of 285.92º degrees, saturation: 0.82, 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 #C138EB is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 56 | 235 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.08 |
| HSL | 285.92º | 0.82% | 0.57% | - |
| HSV(B) | 285.92º | 0.76% | 0.92% | - |
| XYZ | 38.4 | 20.16 | 80.47 | - |
| YUV | 117.37 | 194.39 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 56 | 235 | 0.18 | 0.76 | 0 | 0.08 | 285.92 | 0.82 | 0.57 |
| Hex | C1 | 38 | EB | 12 | 4C | 0 | 8 | 11E | 52 | 39 |
| Octal | 301 | 70 | 353 | 22 | 114 | 0 | 10 | 436 | 122 | 71 |
| Binary | 11000001 | 111000 | 11101011 | 10010 | 1001100 | 0 | 1000 | 100011110 | 1010010 | 111001 |
Color Harmonies of #C138EB
Complementary color
Monochromatic Colors of #C138EB
Black with #C138EB
Text Example
Text Example
White with #C138EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C138EB; }
p { color: rgb(193,56,235); }
H1.HeaderClassName
{
color: #C138EB;
}
.AnyTagClassName
{
color: #C138EB;
}
</style>
background-color css
<style>
a { background-color: #C138EB; }
a { background-color: rgb(193,56,235); }
div.DivClassName
{
background-color: #C138EB;
}
.BgClassName
{
background-color: #C138EB;
}
</style>
border-color css
<style>
span { border-color: #C138EB; }
span { border-color: rgb(193,56,235); }
td.TdClassName
{
border-color: #C138EB;
}
.TagClassName
{
border-color: #C138EB;
}
</style>