Shades of Medium Orchid #C13EDF
Tints of Medium Orchid #C13EDF
RGB
CMYK
RGB Variations
Color information
#C13EDF (or 0xC13EDF) is known color: Medium Orchid. HEX triplet: C1, 3E and DF. RGB value is (193,62,223). Sum of RGB (Red+Green+Blue) = 193+62+223=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 62 (24.61% from 255 or 12.97% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #C13EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13EDF is #3EC120. Grayscale: #777777. Windows color (decimal): -4112673 or 14630593. OLE color: 14630593.
HSL color Cylindrical-coordinate representation of color #C13EDF: hue angle of 288.82º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C13EDF is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 62 | 223 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.13 |
| HSL | 288.82º | 0.72% | 0.56% | - |
| HSV(B) | 288.82º | 0.72% | 0.87% | - |
| XYZ | 37.03 | 20.11 | 71.74 | - |
| YUV | 119.52 | 186.4 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 62 | 223 | 0.13 | 0.72 | 0 | 0.13 | 288.82 | 0.72 | 0.56 |
| Hex | C1 | 3E | DF | D | 48 | 0 | D | 121 | 48 | 38 |
| Octal | 301 | 76 | 337 | 15 | 110 | 0 | 15 | 441 | 110 | 70 |
| Binary | 11000001 | 111110 | 11011111 | 1101 | 1001000 | 0 | 1101 | 100100001 | 1001000 | 111000 |
Color Harmonies of #C13EDF
Complementary color
Monochromatic Colors of #C13EDF
Black with #C13EDF
Text Example
Text Example
White with #C13EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13EDF; }
p { color: rgb(193,62,223); }
H1.HeaderClassName
{
color: #C13EDF;
}
.AnyTagClassName
{
color: #C13EDF;
}
</style>
background-color css
<style>
a { background-color: #C13EDF; }
a { background-color: rgb(193,62,223); }
div.DivClassName
{
background-color: #C13EDF;
}
.BgClassName
{
background-color: #C13EDF;
}
</style>
border-color css
<style>
span { border-color: #C13EDF; }
span { border-color: rgb(193,62,223); }
td.TdClassName
{
border-color: #C13EDF;
}
.TagClassName
{
border-color: #C13EDF;
}
</style>