Shades of Medium Orchid #C53AD6
Tints of Medium Orchid #C53AD6
RGB
CMYK
RGB Variations
Color information
#C53AD6 (or 0xC53AD6) is known color: Medium Orchid. HEX triplet: C5, 3A and D6. RGB value is (197,58,214). Sum of RGB (Red+Green+Blue) = 197+58+214=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 58 (23.05% from 255 or 12.37% from 469); Blue value is 214 (83.98% from 255 or 45.63% from 469); Max value from RGB is 214 - color contains mainly: blue. Hex color #C53AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53AD6 is #3AC529. Grayscale: #747474. Windows color (decimal): -3851562 or 14039749. OLE color: 14039749.
HSL color Cylindrical-coordinate representation of color #C53AD6: hue angle of 293.46º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C53AD6 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 58 | 214 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.16 |
| HSL | 293.46º | 0.66% | 0.53% | - |
| HSV(B) | 293.46º | 0.73% | 0.84% | - |
| XYZ | 36.68 | 19.75 | 65.5 | - |
| YUV | 117.35 | 182.55 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 214 | 0.08 | 0.73 | 0 | 0.16 | 293.46 | 0.66 | 0.53 |
| Hex | C5 | 3A | D6 | 8 | 49 | 0 | 10 | 125 | 42 | 35 |
| Octal | 305 | 72 | 326 | 10 | 111 | 0 | 20 | 445 | 102 | 65 |
| Binary | 11000101 | 111010 | 11010110 | 1000 | 1001001 | 0 | 10000 | 100100101 | 1000010 | 110101 |
Color Harmonies of #C53AD6
Complementary color
Monochromatic Colors of #C53AD6
Black with #C53AD6
Text Example
Text Example
White with #C53AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53AD6; }
p { color: rgb(197,58,214); }
H1.HeaderClassName
{
color: #C53AD6;
}
.AnyTagClassName
{
color: #C53AD6;
}
</style>
background-color css
<style>
a { background-color: #C53AD6; }
a { background-color: rgb(197,58,214); }
div.DivClassName
{
background-color: #C53AD6;
}
.BgClassName
{
background-color: #C53AD6;
}
</style>
border-color css
<style>
span { border-color: #C53AD6; }
span { border-color: rgb(197,58,214); }
td.TdClassName
{
border-color: #C53AD6;
}
.TagClassName
{
border-color: #C53AD6;
}
</style>