Shades of Medium Orchid #C54BD0
Tints of Medium Orchid #C54BD0
RGB
CMYK
RGB Variations
Color information
#C54BD0 (or 0xC54BD0) is known color: Medium Orchid. HEX triplet: C5, 4B and D0. RGB value is (197,75,208). Sum of RGB (Red+Green+Blue) = 197+75+208=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 75 (29.69% from 255 or 15.62% from 480); Blue value is 208 (81.64% from 255 or 43.33% from 480); Max value from RGB is 208 - color contains mainly: blue. Hex color #C54BD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54BD0 is #3AB42F. Grayscale: #7E7E7E. Windows color (decimal): -3847216 or 13650885. OLE color: 13650885.
HSL color Cylindrical-coordinate representation of color #C54BD0: hue angle of 295.04º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C54BD0 is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 75 | 208 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.18 |
| HSL | 295.04º | 0.59% | 0.55% | - |
| HSV(B) | 295.04º | 0.64% | 0.82% | - |
| XYZ | 36.93 | 21.46 | 61.87 | - |
| YUV | 126.64 | 173.92 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 208 | 0.05 | 0.64 | 0 | 0.18 | 295.04 | 0.59 | 0.55 |
| Hex | C5 | 4B | D0 | 5 | 40 | 0 | 12 | 127 | 3B | 37 |
| Octal | 305 | 113 | 320 | 5 | 100 | 0 | 22 | 447 | 73 | 67 |
| Binary | 11000101 | 1001011 | 11010000 | 101 | 1000000 | 0 | 10010 | 100100111 | 111011 | 110111 |
Color Harmonies of #C54BD0
Complementary color
Monochromatic Colors of #C54BD0
Black with #C54BD0
Text Example
Text Example
White with #C54BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54BD0; }
p { color: rgb(197,75,208); }
H1.HeaderClassName
{
color: #C54BD0;
}
.AnyTagClassName
{
color: #C54BD0;
}
</style>
background-color css
<style>
a { background-color: #C54BD0; }
a { background-color: rgb(197,75,208); }
div.DivClassName
{
background-color: #C54BD0;
}
.BgClassName
{
background-color: #C54BD0;
}
</style>
border-color css
<style>
span { border-color: #C54BD0; }
span { border-color: rgb(197,75,208); }
td.TdClassName
{
border-color: #C54BD0;
}
.TagClassName
{
border-color: #C54BD0;
}
</style>