Shades of Medium Orchid #C13ADC
Tints of Medium Orchid #C13ADC
RGB
CMYK
RGB Variations
Color information
#C13ADC (or 0xC13ADC) is known color: Medium Orchid. HEX triplet: C1, 3A and DC. RGB value is (193,58,220). Sum of RGB (Red+Green+Blue) = 193+58+220=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 58 (23.05% from 255 or 12.31% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #C13ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13ADC is #3EC523. Grayscale: #747474. Windows color (decimal): -4113700 or 14432961. OLE color: 14432961.
HSL color Cylindrical-coordinate representation of color #C13ADC: hue angle of 290º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C13ADC is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 58 | 220 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.14 |
| HSL | 290º | 0.7% | 0.55% | - |
| HSV(B) | 290º | 0.74% | 0.86% | - |
| XYZ | 36.42 | 19.53 | 69.56 | - |
| YUV | 116.83 | 186.23 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 58 | 220 | 0.12 | 0.74 | 0 | 0.14 | 290 | 0.7 | 0.55 |
| Hex | C1 | 3A | DC | C | 4A | 0 | E | 122 | 46 | 37 |
| Octal | 301 | 72 | 334 | 14 | 112 | 0 | 16 | 442 | 106 | 67 |
| Binary | 11000001 | 111010 | 11011100 | 1100 | 1001010 | 0 | 1110 | 100100010 | 1000110 | 110111 |
Color Harmonies of #C13ADC
Complementary color
Monochromatic Colors of #C13ADC
Black with #C13ADC
Text Example
Text Example
White with #C13ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13ADC; }
p { color: rgb(193,58,220); }
H1.HeaderClassName
{
color: #C13ADC;
}
.AnyTagClassName
{
color: #C13ADC;
}
</style>
background-color css
<style>
a { background-color: #C13ADC; }
a { background-color: rgb(193,58,220); }
div.DivClassName
{
background-color: #C13ADC;
}
.BgClassName
{
background-color: #C13ADC;
}
</style>
border-color css
<style>
span { border-color: #C13ADC; }
span { border-color: rgb(193,58,220); }
td.TdClassName
{
border-color: #C13ADC;
}
.TagClassName
{
border-color: #C13ADC;
}
</style>