Shades of Medium Orchid #C13FDF
Tints of Medium Orchid #C13FDF
RGB
CMYK
RGB Variations
Color information
#C13FDF (or 0xC13FDF) is known color: Medium Orchid. HEX triplet: C1, 3F and DF. RGB value is (193,63,223). Sum of RGB (Red+Green+Blue) = 193+63+223=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 63 (25% from 255 or 13.15% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #C13FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13FDF is #3EC020. Grayscale: #777777. Windows color (decimal): -4112417 or 14630849. OLE color: 14630849.
HSL color Cylindrical-coordinate representation of color #C13FDF: hue angle of 288.75º degrees, saturation: 0.71, 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 #C13FDF is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 63 | 223 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.13 |
| HSL | 288.75º | 0.71% | 0.56% | - |
| HSV(B) | 288.75º | 0.72% | 0.87% | - |
| XYZ | 37.09 | 20.22 | 71.76 | - |
| YUV | 120.11 | 186.07 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 223 | 0.13 | 0.72 | 0 | 0.13 | 288.75 | 0.71 | 0.56 |
| Hex | C1 | 3F | DF | D | 48 | 0 | D | 121 | 47 | 38 |
| Octal | 301 | 77 | 337 | 15 | 110 | 0 | 15 | 441 | 107 | 70 |
| Binary | 11000001 | 111111 | 11011111 | 1101 | 1001000 | 0 | 1101 | 100100001 | 1000111 | 111000 |
Color Harmonies of #C13FDF
Complementary color
Monochromatic Colors of #C13FDF
Black with #C13FDF
Text Example
Text Example
White with #C13FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13FDF; }
p { color: rgb(193,63,223); }
H1.HeaderClassName
{
color: #C13FDF;
}
.AnyTagClassName
{
color: #C13FDF;
}
</style>
background-color css
<style>
a { background-color: #C13FDF; }
a { background-color: rgb(193,63,223); }
div.DivClassName
{
background-color: #C13FDF;
}
.BgClassName
{
background-color: #C13FDF;
}
</style>
border-color css
<style>
span { border-color: #C13FDF; }
span { border-color: rgb(193,63,223); }
td.TdClassName
{
border-color: #C13FDF;
}
.TagClassName
{
border-color: #C13FDF;
}
</style>