Shades of Medium Orchid #C13EE8
Tints of Medium Orchid #C13EE8
RGB
CMYK
RGB Variations
Color information
#C13EE8 (or 0xC13EE8) is known color: Medium Orchid. HEX triplet: C1, 3E and E8. RGB value is (193,62,232). Sum of RGB (Red+Green+Blue) = 193+62+232=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 62 (24.61% from 255 or 12.73% from 487); Blue value is 232 (91.02% from 255 or 47.64% from 487); Max value from RGB is 232 - color contains mainly: blue. Hex color #C13EE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13EE8 is #3EC117. Grayscale: #777777. Windows color (decimal): -4112664 or 15220417. OLE color: 15220417.
HSL color Cylindrical-coordinate representation of color #C13EE8: hue angle of 286.24º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C13EE8 is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 62 | 232 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.09 |
| HSL | 286.24º | 0.79% | 0.58% | - |
| HSV(B) | 286.24º | 0.73% | 0.91% | - |
| XYZ | 38.28 | 20.61 | 78.3 | - |
| YUV | 120.55 | 190.9 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 62 | 232 | 0.17 | 0.73 | 0 | 0.09 | 286.24 | 0.79 | 0.58 |
| Hex | C1 | 3E | E8 | 11 | 49 | 0 | 9 | 11E | 4F | 3A |
| Octal | 301 | 76 | 350 | 21 | 111 | 0 | 11 | 436 | 117 | 72 |
| Binary | 11000001 | 111110 | 11101000 | 10001 | 1001001 | 0 | 1001 | 100011110 | 1001111 | 111010 |
Color Harmonies of #C13EE8
Complementary color
Monochromatic Colors of #C13EE8
Black with #C13EE8
Text Example
Text Example
White with #C13EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13EE8; }
p { color: rgb(193,62,232); }
H1.HeaderClassName
{
color: #C13EE8;
}
.AnyTagClassName
{
color: #C13EE8;
}
</style>
background-color css
<style>
a { background-color: #C13EE8; }
a { background-color: rgb(193,62,232); }
div.DivClassName
{
background-color: #C13EE8;
}
.BgClassName
{
background-color: #C13EE8;
}
</style>
border-color css
<style>
span { border-color: #C13EE8; }
span { border-color: rgb(193,62,232); }
td.TdClassName
{
border-color: #C13EE8;
}
.TagClassName
{
border-color: #C13EE8;
}
</style>