Shades of Medium Orchid #C53BDB
Tints of Medium Orchid #C53BDB
RGB
CMYK
RGB Variations
Color information
#C53BDB (or 0xC53BDB) is known color: Medium Orchid. HEX triplet: C5, 3B and DB. RGB value is (197,59,219). Sum of RGB (Red+Green+Blue) = 197+59+219=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 59 (23.44% from 255 or 12.42% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #C53BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53BDB is #3AC424. Grayscale: #767676. Windows color (decimal): -3851301 or 14367685. OLE color: 14367685.
HSL color Cylindrical-coordinate representation of color #C53BDB: hue angle of 291.75º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C53BDB is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 59 | 219 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.14 |
| HSL | 291.75º | 0.69% | 0.55% | - |
| HSV(B) | 291.75º | 0.73% | 0.86% | - |
| XYZ | 37.38 | 20.11 | 68.93 | - |
| YUV | 118.5 | 184.72 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 59 | 219 | 0.10 | 0.73 | 0 | 0.14 | 291.75 | 0.69 | 0.55 |
| Hex | C5 | 3B | DB | A | 49 | 0 | E | 124 | 45 | 37 |
| Octal | 305 | 73 | 333 | 12 | 111 | 0 | 16 | 444 | 105 | 67 |
| Binary | 11000101 | 111011 | 11011011 | 1010 | 1001001 | 0 | 1110 | 100100100 | 1000101 | 110111 |
Color Harmonies of #C53BDB
Complementary color
Monochromatic Colors of #C53BDB
Black with #C53BDB
Text Example
Text Example
White with #C53BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53BDB; }
p { color: rgb(197,59,219); }
H1.HeaderClassName
{
color: #C53BDB;
}
.AnyTagClassName
{
color: #C53BDB;
}
</style>
background-color css
<style>
a { background-color: #C53BDB; }
a { background-color: rgb(197,59,219); }
div.DivClassName
{
background-color: #C53BDB;
}
.BgClassName
{
background-color: #C53BDB;
}
</style>
border-color css
<style>
span { border-color: #C53BDB; }
span { border-color: rgb(197,59,219); }
td.TdClassName
{
border-color: #C53BDB;
}
.TagClassName
{
border-color: #C53BDB;
}
</style>