Shades of Medium Orchid #C53ADF
Tints of Medium Orchid #C53ADF
RGB
CMYK
RGB Variations
Color information
#C53ADF (or 0xC53ADF) is known color: Medium Orchid. HEX triplet: C5, 3A and DF. RGB value is (197,58,223). Sum of RGB (Red+Green+Blue) = 197+58+223=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 58 (23.05% from 255 or 12.13% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #C53ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53ADF is #3AC520. Grayscale: #757575. Windows color (decimal): -3851553 or 14629573. OLE color: 14629573.
HSL color Cylindrical-coordinate representation of color #C53ADF: hue angle of 290.55º 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 #C53ADF is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 58 | 223 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.13 |
| HSL | 290.55º | 0.72% | 0.55% | - |
| HSV(B) | 290.55º | 0.74% | 0.87% | - |
| XYZ | 37.86 | 20.22 | 71.72 | - |
| YUV | 118.37 | 187.05 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 223 | 0.12 | 0.74 | 0 | 0.13 | 290.55 | 0.72 | 0.55 |
| Hex | C5 | 3A | DF | C | 4A | 0 | D | 123 | 48 | 37 |
| Octal | 305 | 72 | 337 | 14 | 112 | 0 | 15 | 443 | 110 | 67 |
| Binary | 11000101 | 111010 | 11011111 | 1100 | 1001010 | 0 | 1101 | 100100011 | 1001000 | 110111 |
Color Harmonies of #C53ADF
Complementary color
Monochromatic Colors of #C53ADF
Black with #C53ADF
Text Example
Text Example
White with #C53ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53ADF; }
p { color: rgb(197,58,223); }
H1.HeaderClassName
{
color: #C53ADF;
}
.AnyTagClassName
{
color: #C53ADF;
}
</style>
background-color css
<style>
a { background-color: #C53ADF; }
a { background-color: rgb(197,58,223); }
div.DivClassName
{
background-color: #C53ADF;
}
.BgClassName
{
background-color: #C53ADF;
}
</style>
border-color css
<style>
span { border-color: #C53ADF; }
span { border-color: rgb(197,58,223); }
td.TdClassName
{
border-color: #C53ADF;
}
.TagClassName
{
border-color: #C53ADF;
}
</style>