Shades of Medium Orchid #C13ECF
Tints of Medium Orchid #C13ECF
RGB
CMYK
RGB Variations
Color information
#C13ECF (or 0xC13ECF) is known color: Medium Orchid. HEX triplet: C1, 3E and CF. RGB value is (193,62,207). Sum of RGB (Red+Green+Blue) = 193+62+207=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 62 (24.61% from 255 or 13.42% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #C13ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13ECF is #3EC130. Grayscale: #757575. Windows color (decimal): -4112689 or 13582017. OLE color: 13582017.
HSL color Cylindrical-coordinate representation of color #C13ECF: hue angle of 294.21º 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 #C13ECF is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 62 | 207 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.19 |
| HSL | 294.21º | 0.6% | 0.53% | - |
| HSV(B) | 294.21º | 0.7% | 0.81% | - |
| XYZ | 34.98 | 19.29 | 60.91 | - |
| YUV | 117.7 | 178.4 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 62 | 207 | 0.07 | 0.70 | 0 | 0.19 | 294.21 | 0.6 | 0.53 |
| Hex | C1 | 3E | CF | 7 | 46 | 0 | 13 | 126 | 3C | 35 |
| Octal | 301 | 76 | 317 | 7 | 106 | 0 | 23 | 446 | 74 | 65 |
| Binary | 11000001 | 111110 | 11001111 | 111 | 1000110 | 0 | 10011 | 100100110 | 111100 | 110101 |
Color Harmonies of #C13ECF
Complementary color
Monochromatic Colors of #C13ECF
Black with #C13ECF
Text Example
Text Example
White with #C13ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13ECF; }
p { color: rgb(193,62,207); }
H1.HeaderClassName
{
color: #C13ECF;
}
.AnyTagClassName
{
color: #C13ECF;
}
</style>
background-color css
<style>
a { background-color: #C13ECF; }
a { background-color: rgb(193,62,207); }
div.DivClassName
{
background-color: #C13ECF;
}
.BgClassName
{
background-color: #C13ECF;
}
</style>
border-color css
<style>
span { border-color: #C13ECF; }
span { border-color: rgb(193,62,207); }
td.TdClassName
{
border-color: #C13ECF;
}
.TagClassName
{
border-color: #C13ECF;
}
</style>