Shades of Medium Orchid #C13FEE
Tints of Medium Orchid #C13FEE
RGB
CMYK
RGB Variations
Color information
#C13FEE (or 0xC13FEE) is known color: Medium Orchid. HEX triplet: C1, 3F and EE. RGB value is (193,63,238). Sum of RGB (Red+Green+Blue) = 193+63+238=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 63 (25% from 255 or 12.75% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #C13FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13FEE is #3EC011. Grayscale: #797979. Windows color (decimal): -4112402 or 15613889. OLE color: 15613889.
HSL color Cylindrical-coordinate representation of color #C13FEE: hue angle of 284.57º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C13FEE is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 63 | 238 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.07 |
| HSL | 284.57º | 0.84% | 0.59% | - |
| HSV(B) | 284.57º | 0.74% | 0.93% | - |
| XYZ | 39.2 | 21.07 | 82.89 | - |
| YUV | 121.82 | 193.57 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 238 | 0.19 | 0.74 | 0 | 0.07 | 284.57 | 0.84 | 0.59 |
| Hex | C1 | 3F | EE | 13 | 4A | 0 | 7 | 11D | 54 | 3B |
| Octal | 301 | 77 | 356 | 23 | 112 | 0 | 7 | 435 | 124 | 73 |
| Binary | 11000001 | 111111 | 11101110 | 10011 | 1001010 | 0 | 111 | 100011101 | 1010100 | 111011 |
Color Harmonies of #C13FEE
Complementary color
Monochromatic Colors of #C13FEE
Black with #C13FEE
Text Example
Text Example
White with #C13FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13FEE; }
p { color: rgb(193,63,238); }
H1.HeaderClassName
{
color: #C13FEE;
}
.AnyTagClassName
{
color: #C13FEE;
}
</style>
background-color css
<style>
a { background-color: #C13FEE; }
a { background-color: rgb(193,63,238); }
div.DivClassName
{
background-color: #C13FEE;
}
.BgClassName
{
background-color: #C13FEE;
}
</style>
border-color css
<style>
span { border-color: #C13FEE; }
span { border-color: rgb(193,63,238); }
td.TdClassName
{
border-color: #C13FEE;
}
.TagClassName
{
border-color: #C13FEE;
}
</style>