Shades of Medium Orchid #C53DDB
Tints of Medium Orchid #C53DDB
RGB
CMYK
RGB Variations
Color information
#C53DDB (or 0xC53DDB) is known color: Medium Orchid. HEX triplet: C5, 3D and DB. RGB value is (197,61,219). Sum of RGB (Red+Green+Blue) = 197+61+219=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 61 (24.22% from 255 or 12.79% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #C53DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53DDB is #3AC224. Grayscale: #777777. Windows color (decimal): -3850789 or 14368197. OLE color: 14368197.
HSL color Cylindrical-coordinate representation of color #C53DDB: hue angle of 291.65º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53DDB is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 61 | 219 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.14 |
| HSL | 291.65º | 0.69% | 0.55% | - |
| HSV(B) | 291.65º | 0.72% | 0.86% | - |
| XYZ | 37.48 | 20.32 | 68.96 | - |
| YUV | 119.68 | 184.06 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 219 | 0.10 | 0.72 | 0 | 0.14 | 291.65 | 0.69 | 0.55 |
| Hex | C5 | 3D | DB | A | 48 | 0 | E | 124 | 45 | 37 |
| Octal | 305 | 75 | 333 | 12 | 110 | 0 | 16 | 444 | 105 | 67 |
| Binary | 11000101 | 111101 | 11011011 | 1010 | 1001000 | 0 | 1110 | 100100100 | 1000101 | 110111 |
Color Harmonies of #C53DDB
Complementary color
Monochromatic Colors of #C53DDB
Black with #C53DDB
Text Example
Text Example
White with #C53DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53DDB; }
p { color: rgb(197,61,219); }
H1.HeaderClassName
{
color: #C53DDB;
}
.AnyTagClassName
{
color: #C53DDB;
}
</style>
background-color css
<style>
a { background-color: #C53DDB; }
a { background-color: rgb(197,61,219); }
div.DivClassName
{
background-color: #C53DDB;
}
.BgClassName
{
background-color: #C53DDB;
}
</style>
border-color css
<style>
span { border-color: #C53DDB; }
span { border-color: rgb(197,61,219); }
td.TdClassName
{
border-color: #C53DDB;
}
.TagClassName
{
border-color: #C53DDB;
}
</style>