Shades of Medium Orchid #C53EDB
Tints of Medium Orchid #C53EDB
RGB
CMYK
RGB Variations
Color information
#C53EDB (or 0xC53EDB) is known color: Medium Orchid. HEX triplet: C5, 3E and DB. RGB value is (197,62,219). Sum of RGB (Red+Green+Blue) = 197+62+219=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 62 (24.61% from 255 or 12.97% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #C53EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53EDB is #3AC124. Grayscale: #777777. Windows color (decimal): -3850533 or 14368453. OLE color: 14368453.
HSL color Cylindrical-coordinate representation of color #C53EDB: hue angle of 291.59º 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 #C53EDB is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 62 | 219 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.14 |
| HSL | 291.59º | 0.69% | 0.55% | - |
| HSV(B) | 291.59º | 0.72% | 0.86% | - |
| XYZ | 37.53 | 20.43 | 68.98 | - |
| YUV | 120.26 | 183.73 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 62 | 219 | 0.10 | 0.72 | 0 | 0.14 | 291.59 | 0.69 | 0.55 |
| Hex | C5 | 3E | DB | A | 48 | 0 | E | 124 | 45 | 37 |
| Octal | 305 | 76 | 333 | 12 | 110 | 0 | 16 | 444 | 105 | 67 |
| Binary | 11000101 | 111110 | 11011011 | 1010 | 1001000 | 0 | 1110 | 100100100 | 1000101 | 110111 |
Color Harmonies of #C53EDB
Complementary color
Monochromatic Colors of #C53EDB
Black with #C53EDB
Text Example
Text Example
White with #C53EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53EDB; }
p { color: rgb(197,62,219); }
H1.HeaderClassName
{
color: #C53EDB;
}
.AnyTagClassName
{
color: #C53EDB;
}
</style>
background-color css
<style>
a { background-color: #C53EDB; }
a { background-color: rgb(197,62,219); }
div.DivClassName
{
background-color: #C53EDB;
}
.BgClassName
{
background-color: #C53EDB;
}
</style>
border-color css
<style>
span { border-color: #C53EDB; }
span { border-color: rgb(197,62,219); }
td.TdClassName
{
border-color: #C53EDB;
}
.TagClassName
{
border-color: #C53EDB;
}
</style>