Shades of Medium Orchid #C54BD3
Tints of Medium Orchid #C54BD3
RGB
CMYK
RGB Variations
Color information
#C54BD3 (or 0xC54BD3) is known color: Medium Orchid. HEX triplet: C5, 4B and D3. RGB value is (197,75,211). Sum of RGB (Red+Green+Blue) = 197+75+211=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 75 (29.69% from 255 or 15.53% from 483); Blue value is 211 (82.81% from 255 or 43.69% from 483); Max value from RGB is 211 - color contains mainly: blue. Hex color #C54BD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54BD3 is #3AB42C. Grayscale: #7E7E7E. Windows color (decimal): -3847213 or 13847493. OLE color: 13847493.
HSL color Cylindrical-coordinate representation of color #C54BD3: hue angle of 293.82º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C54BD3 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 75 | 211 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.17 |
| HSL | 293.82º | 0.61% | 0.56% | - |
| HSV(B) | 293.82º | 0.64% | 0.83% | - |
| XYZ | 37.3 | 21.61 | 63.83 | - |
| YUV | 126.98 | 175.42 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 211 | 0.07 | 0.64 | 0 | 0.17 | 293.82 | 0.61 | 0.56 |
| Hex | C5 | 4B | D3 | 7 | 40 | 0 | 11 | 126 | 3D | 38 |
| Octal | 305 | 113 | 323 | 7 | 100 | 0 | 21 | 446 | 75 | 70 |
| Binary | 11000101 | 1001011 | 11010011 | 111 | 1000000 | 0 | 10001 | 100100110 | 111101 | 111000 |
Color Harmonies of #C54BD3
Complementary color
Monochromatic Colors of #C54BD3
Black with #C54BD3
Text Example
Text Example
White with #C54BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54BD3; }
p { color: rgb(197,75,211); }
H1.HeaderClassName
{
color: #C54BD3;
}
.AnyTagClassName
{
color: #C54BD3;
}
</style>
background-color css
<style>
a { background-color: #C54BD3; }
a { background-color: rgb(197,75,211); }
div.DivClassName
{
background-color: #C54BD3;
}
.BgClassName
{
background-color: #C54BD3;
}
</style>
border-color css
<style>
span { border-color: #C54BD3; }
span { border-color: rgb(197,75,211); }
td.TdClassName
{
border-color: #C54BD3;
}
.TagClassName
{
border-color: #C54BD3;
}
</style>