Shades of Medium Orchid #C54ADB
Tints of Medium Orchid #C54ADB
RGB
CMYK
RGB Variations
Color information
#C54ADB (or 0xC54ADB) is known color: Medium Orchid. HEX triplet: C5, 4A and DB. RGB value is (197,74,219). Sum of RGB (Red+Green+Blue) = 197+74+219=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 74 (29.30% from 255 or 15.10% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #C54ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54ADB is #3AB524. Grayscale: #7E7E7E. Windows color (decimal): -3847461 or 14371525. OLE color: 14371525.
HSL color Cylindrical-coordinate representation of color #C54ADB: hue angle of 290.9º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C54ADB is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 74 | 219 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.14 |
| HSL | 290.9º | 0.67% | 0.57% | - |
| HSV(B) | 290.9º | 0.66% | 0.86% | - |
| XYZ | 38.26 | 21.88 | 69.22 | - |
| YUV | 127.31 | 179.75 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 219 | 0.10 | 0.66 | 0 | 0.14 | 290.9 | 0.67 | 0.57 |
| Hex | C5 | 4A | DB | A | 42 | 0 | E | 123 | 43 | 39 |
| Octal | 305 | 112 | 333 | 12 | 102 | 0 | 16 | 443 | 103 | 71 |
| Binary | 11000101 | 1001010 | 11011011 | 1010 | 1000010 | 0 | 1110 | 100100011 | 1000011 | 111001 |
Color Harmonies of #C54ADB
Complementary color
Monochromatic Colors of #C54ADB
Black with #C54ADB
Text Example
Text Example
White with #C54ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54ADB; }
p { color: rgb(197,74,219); }
H1.HeaderClassName
{
color: #C54ADB;
}
.AnyTagClassName
{
color: #C54ADB;
}
</style>
background-color css
<style>
a { background-color: #C54ADB; }
a { background-color: rgb(197,74,219); }
div.DivClassName
{
background-color: #C54ADB;
}
.BgClassName
{
background-color: #C54ADB;
}
</style>
border-color css
<style>
span { border-color: #C54ADB; }
span { border-color: rgb(197,74,219); }
td.TdClassName
{
border-color: #C54ADB;
}
.TagClassName
{
border-color: #C54ADB;
}
</style>