Shades of Medium Orchid #C13EE7
Tints of Medium Orchid #C13EE7
RGB
CMYK
RGB Variations
Color information
#C13EE7 (or 0xC13EE7) is known color: Medium Orchid. HEX triplet: C1, 3E and E7. RGB value is (193,62,231). Sum of RGB (Red+Green+Blue) = 193+62+231=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 62 (24.61% from 255 or 12.76% from 486); Blue value is 231 (90.62% from 255 or 47.53% from 486); Max value from RGB is 231 - color contains mainly: blue. Hex color #C13EE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13EE7 is #3EC118. Grayscale: #777777. Windows color (decimal): -4112665 or 15154881. OLE color: 15154881.
HSL color Cylindrical-coordinate representation of color #C13EE7: hue angle of 286.51º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C13EE7 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 62 | 231 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.09 |
| HSL | 286.51º | 0.78% | 0.57% | - |
| HSV(B) | 286.51º | 0.73% | 0.91% | - |
| XYZ | 38.14 | 20.55 | 77.56 | - |
| YUV | 120.44 | 190.4 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 62 | 231 | 0.16 | 0.73 | 0 | 0.09 | 286.51 | 0.78 | 0.57 |
| Hex | C1 | 3E | E7 | 10 | 49 | 0 | 9 | 11F | 4E | 39 |
| Octal | 301 | 76 | 347 | 20 | 111 | 0 | 11 | 437 | 116 | 71 |
| Binary | 11000001 | 111110 | 11100111 | 10000 | 1001001 | 0 | 1001 | 100011111 | 1001110 | 111001 |
Color Harmonies of #C13EE7
Complementary color
Monochromatic Colors of #C13EE7
Black with #C13EE7
Text Example
Text Example
White with #C13EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13EE7; }
p { color: rgb(193,62,231); }
H1.HeaderClassName
{
color: #C13EE7;
}
.AnyTagClassName
{
color: #C13EE7;
}
</style>
background-color css
<style>
a { background-color: #C13EE7; }
a { background-color: rgb(193,62,231); }
div.DivClassName
{
background-color: #C13EE7;
}
.BgClassName
{
background-color: #C13EE7;
}
</style>
border-color css
<style>
span { border-color: #C13EE7; }
span { border-color: rgb(193,62,231); }
td.TdClassName
{
border-color: #C13EE7;
}
.TagClassName
{
border-color: #C13EE7;
}
</style>