Shades of Medium Orchid #C13FCF
Tints of Medium Orchid #C13FCF
RGB
CMYK
RGB Variations
Color information
#C13FCF (or 0xC13FCF) is known color: Medium Orchid. HEX triplet: C1, 3F and CF. RGB value is (193,63,207). Sum of RGB (Red+Green+Blue) = 193+63+207=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 63 (25% from 255 or 13.61% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #C13FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13FCF is #3EC030. Grayscale: #757575. Windows color (decimal): -4112433 or 13582273. OLE color: 13582273.
HSL color Cylindrical-coordinate representation of color #C13FCF: hue angle of 294.17º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C13FCF is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 63 | 207 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.19 |
| HSL | 294.17º | 0.6% | 0.53% | - |
| HSV(B) | 294.17º | 0.7% | 0.81% | - |
| XYZ | 35.03 | 19.4 | 60.93 | - |
| YUV | 118.29 | 178.07 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 207 | 0.07 | 0.70 | 0 | 0.19 | 294.17 | 0.6 | 0.53 |
| Hex | C1 | 3F | CF | 7 | 46 | 0 | 13 | 126 | 3C | 35 |
| Octal | 301 | 77 | 317 | 7 | 106 | 0 | 23 | 446 | 74 | 65 |
| Binary | 11000001 | 111111 | 11001111 | 111 | 1000110 | 0 | 10011 | 100100110 | 111100 | 110101 |
Color Harmonies of #C13FCF
Complementary color
Monochromatic Colors of #C13FCF
Black with #C13FCF
Text Example
Text Example
White with #C13FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13FCF; }
p { color: rgb(193,63,207); }
H1.HeaderClassName
{
color: #C13FCF;
}
.AnyTagClassName
{
color: #C13FCF;
}
</style>
background-color css
<style>
a { background-color: #C13FCF; }
a { background-color: rgb(193,63,207); }
div.DivClassName
{
background-color: #C13FCF;
}
.BgClassName
{
background-color: #C13FCF;
}
</style>
border-color css
<style>
span { border-color: #C13FCF; }
span { border-color: rgb(193,63,207); }
td.TdClassName
{
border-color: #C13FCF;
}
.TagClassName
{
border-color: #C13FCF;
}
</style>