Shades of Medium Orchid #C53BDF
Tints of Medium Orchid #C53BDF
RGB
CMYK
RGB Variations
Color information
#C53BDF (or 0xC53BDF) is known color: Medium Orchid. HEX triplet: C5, 3B and DF. RGB value is (197,59,223). Sum of RGB (Red+Green+Blue) = 197+59+223=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 59 (23.44% from 255 or 12.32% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #C53BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53BDF is #3AC420. Grayscale: #767676. Windows color (decimal): -3851297 or 14629829. OLE color: 14629829.
HSL color Cylindrical-coordinate representation of color #C53BDF: hue angle of 290.49º 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 #C53BDF is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 59 | 223 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.13 |
| HSL | 290.49º | 0.72% | 0.55% | - |
| HSV(B) | 290.49º | 0.74% | 0.87% | - |
| XYZ | 37.91 | 20.33 | 71.74 | - |
| YUV | 118.96 | 186.72 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 59 | 223 | 0.12 | 0.74 | 0 | 0.13 | 290.49 | 0.72 | 0.55 |
| Hex | C5 | 3B | DF | C | 4A | 0 | D | 122 | 48 | 37 |
| Octal | 305 | 73 | 337 | 14 | 112 | 0 | 15 | 442 | 110 | 67 |
| Binary | 11000101 | 111011 | 11011111 | 1100 | 1001010 | 0 | 1101 | 100100010 | 1001000 | 110111 |
Color Harmonies of #C53BDF
Complementary color
Monochromatic Colors of #C53BDF
Black with #C53BDF
Text Example
Text Example
White with #C53BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53BDF; }
p { color: rgb(197,59,223); }
H1.HeaderClassName
{
color: #C53BDF;
}
.AnyTagClassName
{
color: #C53BDF;
}
</style>
background-color css
<style>
a { background-color: #C53BDF; }
a { background-color: rgb(197,59,223); }
div.DivClassName
{
background-color: #C53BDF;
}
.BgClassName
{
background-color: #C53BDF;
}
</style>
border-color css
<style>
span { border-color: #C53BDF; }
span { border-color: rgb(197,59,223); }
td.TdClassName
{
border-color: #C53BDF;
}
.TagClassName
{
border-color: #C53BDF;
}
</style>