Shades of Medium Orchid #C13ADF
Tints of Medium Orchid #C13ADF
RGB
CMYK
RGB Variations
Color information
#C13ADF (or 0xC13ADF) is known color: Medium Orchid. HEX triplet: C1, 3A and DF. RGB value is (193,58,223). Sum of RGB (Red+Green+Blue) = 193+58+223=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 58 (23.05% from 255 or 12.24% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #C13ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13ADF is #3EC520. Grayscale: #747474. Windows color (decimal): -4113697 or 14629569. OLE color: 14629569.
HSL color Cylindrical-coordinate representation of color #C13ADF: hue angle of 289.09º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C13ADF is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 58 | 223 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.13 |
| HSL | 289.09º | 0.72% | 0.55% | - |
| HSV(B) | 289.09º | 0.74% | 0.87% | - |
| XYZ | 36.82 | 19.69 | 71.67 | - |
| YUV | 117.18 | 187.73 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 58 | 223 | 0.13 | 0.74 | 0 | 0.13 | 289.09 | 0.72 | 0.55 |
| Hex | C1 | 3A | DF | D | 4A | 0 | D | 121 | 48 | 37 |
| Octal | 301 | 72 | 337 | 15 | 112 | 0 | 15 | 441 | 110 | 67 |
| Binary | 11000001 | 111010 | 11011111 | 1101 | 1001010 | 0 | 1101 | 100100001 | 1001000 | 110111 |
Color Harmonies of #C13ADF
Complementary color
Monochromatic Colors of #C13ADF
Black with #C13ADF
Text Example
Text Example
White with #C13ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13ADF; }
p { color: rgb(193,58,223); }
H1.HeaderClassName
{
color: #C13ADF;
}
.AnyTagClassName
{
color: #C13ADF;
}
</style>
background-color css
<style>
a { background-color: #C13ADF; }
a { background-color: rgb(193,58,223); }
div.DivClassName
{
background-color: #C13ADF;
}
.BgClassName
{
background-color: #C13ADF;
}
</style>
border-color css
<style>
span { border-color: #C13ADF; }
span { border-color: rgb(193,58,223); }
td.TdClassName
{
border-color: #C13ADF;
}
.TagClassName
{
border-color: #C13ADF;
}
</style>