Shades of Medium Orchid #C13BEE
Tints of Medium Orchid #C13BEE
RGB
CMYK
RGB Variations
Color information
#C13BEE (or 0xC13BEE) is known color: Medium Orchid. HEX triplet: C1, 3B and EE. RGB value is (193,59,238). Sum of RGB (Red+Green+Blue) = 193+59+238=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 59 (23.44% from 255 or 12.04% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #C13BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13BEE is #3EC411. Grayscale: #767676. Windows color (decimal): -4113426 or 15612865. OLE color: 15612865.
HSL color Cylindrical-coordinate representation of color #C13BEE: hue angle of 284.92º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C13BEE is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 59 | 238 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.07 |
| HSL | 284.92º | 0.84% | 0.58% | - |
| HSV(B) | 284.92º | 0.75% | 0.93% | - |
| XYZ | 38.99 | 20.64 | 82.82 | - |
| YUV | 119.47 | 194.89 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 59 | 238 | 0.19 | 0.75 | 0 | 0.07 | 284.92 | 0.84 | 0.58 |
| Hex | C1 | 3B | EE | 13 | 4B | 0 | 7 | 11D | 54 | 3A |
| Octal | 301 | 73 | 356 | 23 | 113 | 0 | 7 | 435 | 124 | 72 |
| Binary | 11000001 | 111011 | 11101110 | 10011 | 1001011 | 0 | 111 | 100011101 | 1010100 | 111010 |
Color Harmonies of #C13BEE
Complementary color
Monochromatic Colors of #C13BEE
Black with #C13BEE
Text Example
Text Example
White with #C13BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13BEE; }
p { color: rgb(193,59,238); }
H1.HeaderClassName
{
color: #C13BEE;
}
.AnyTagClassName
{
color: #C13BEE;
}
</style>
background-color css
<style>
a { background-color: #C13BEE; }
a { background-color: rgb(193,59,238); }
div.DivClassName
{
background-color: #C13BEE;
}
.BgClassName
{
background-color: #C13BEE;
}
</style>
border-color css
<style>
span { border-color: #C13BEE; }
span { border-color: rgb(193,59,238); }
td.TdClassName
{
border-color: #C13BEE;
}
.TagClassName
{
border-color: #C13BEE;
}
</style>