Shades of Medium Orchid #C13DCF
Tints of Medium Orchid #C13DCF
RGB
CMYK
RGB Variations
Color information
#C13DCF (or 0xC13DCF) is known color: Medium Orchid. HEX triplet: C1, 3D and CF. RGB value is (193,61,207). Sum of RGB (Red+Green+Blue) = 193+61+207=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 61 (24.22% from 255 or 13.23% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #C13DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13DCF is #3EC230. Grayscale: #747474. Windows color (decimal): -4112945 or 13581761. OLE color: 13581761.
HSL color Cylindrical-coordinate representation of color #C13DCF: hue angle of 294.25º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C13DCF is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 61 | 207 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.19 |
| HSL | 294.25º | 0.6% | 0.53% | - |
| HSV(B) | 294.25º | 0.71% | 0.81% | - |
| XYZ | 34.92 | 19.18 | 60.89 | - |
| YUV | 117.11 | 178.73 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 207 | 0.07 | 0.71 | 0 | 0.19 | 294.25 | 0.6 | 0.53 |
| Hex | C1 | 3D | CF | 7 | 47 | 0 | 13 | 126 | 3C | 35 |
| Octal | 301 | 75 | 317 | 7 | 107 | 0 | 23 | 446 | 74 | 65 |
| Binary | 11000001 | 111101 | 11001111 | 111 | 1000111 | 0 | 10011 | 100100110 | 111100 | 110101 |
Color Harmonies of #C13DCF
Complementary color
Monochromatic Colors of #C13DCF
Black with #C13DCF
Text Example
Text Example
White with #C13DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13DCF; }
p { color: rgb(193,61,207); }
H1.HeaderClassName
{
color: #C13DCF;
}
.AnyTagClassName
{
color: #C13DCF;
}
</style>
background-color css
<style>
a { background-color: #C13DCF; }
a { background-color: rgb(193,61,207); }
div.DivClassName
{
background-color: #C13DCF;
}
.BgClassName
{
background-color: #C13DCF;
}
</style>
border-color css
<style>
span { border-color: #C13DCF; }
span { border-color: rgb(193,61,207); }
td.TdClassName
{
border-color: #C13DCF;
}
.TagClassName
{
border-color: #C13DCF;
}
</style>