Shades of Medium Orchid #C53ADD
Tints of Medium Orchid #C53ADD
RGB
CMYK
RGB Variations
Color information
#C53ADD (or 0xC53ADD) is known color: Medium Orchid. HEX triplet: C5, 3A and DD. RGB value is (197,58,221). Sum of RGB (Red+Green+Blue) = 197+58+221=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 58 (23.05% from 255 or 12.18% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #C53ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53ADD is #3AC522. Grayscale: #757575. Windows color (decimal): -3851555 or 14498501. OLE color: 14498501.
HSL color Cylindrical-coordinate representation of color #C53ADD: hue angle of 291.17º degrees, saturation: 0.71, 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 #C53ADD is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 58 | 221 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.13 |
| HSL | 291.17º | 0.71% | 0.55% | - |
| HSV(B) | 291.17º | 0.74% | 0.87% | - |
| XYZ | 37.59 | 20.12 | 70.31 | - |
| YUV | 118.14 | 186.05 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 221 | 0.11 | 0.74 | 0 | 0.13 | 291.17 | 0.71 | 0.55 |
| Hex | C5 | 3A | DD | B | 4A | 0 | D | 123 | 47 | 37 |
| Octal | 305 | 72 | 335 | 13 | 112 | 0 | 15 | 443 | 107 | 67 |
| Binary | 11000101 | 111010 | 11011101 | 1011 | 1001010 | 0 | 1101 | 100100011 | 1000111 | 110111 |
Color Harmonies of #C53ADD
Complementary color
Monochromatic Colors of #C53ADD
Black with #C53ADD
Text Example
Text Example
White with #C53ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53ADD; }
p { color: rgb(197,58,221); }
H1.HeaderClassName
{
color: #C53ADD;
}
.AnyTagClassName
{
color: #C53ADD;
}
</style>
background-color css
<style>
a { background-color: #C53ADD; }
a { background-color: rgb(197,58,221); }
div.DivClassName
{
background-color: #C53ADD;
}
.BgClassName
{
background-color: #C53ADD;
}
</style>
border-color css
<style>
span { border-color: #C53ADD; }
span { border-color: rgb(197,58,221); }
td.TdClassName
{
border-color: #C53ADD;
}
.TagClassName
{
border-color: #C53ADD;
}
</style>