Shades of Medium Orchid #C54DFD
Tints of Medium Orchid #C54DFD
RGB
CMYK
RGB Variations
Color information
#C54DFD (or 0xC54DFD) is known color: Medium Orchid. HEX triplet: C5, 4D and FD. RGB value is (197,77,253). Sum of RGB (Red+Green+Blue) = 197+77+253=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 77 (30.47% from 255 or 14.61% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #C54DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C54DFD is #3AB202. Grayscale: #848484. Windows color (decimal): -3846659 or 16600517. OLE color: 16600517.
HSL color Cylindrical-coordinate representation of color #C54DFD: hue angle of 280.91º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C54DFD is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 77 | 253 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.01 |
| HSL | 280.91º | 0.98% | 0.65% | - |
| HSV(B) | 280.91º | 0.7% | 0.99% | - |
| XYZ | 43.41 | 24.27 | 95.33 | - |
| YUV | 132.94 | 195.76 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 77 | 253 | 0.22 | 0.70 | 0 | 0.01 | 280.91 | 0.98 | 0.65 |
| Hex | C5 | 4D | FD | 16 | 46 | 0 | 1 | 119 | 62 | 41 |
| Octal | 305 | 115 | 375 | 26 | 106 | 0 | 1 | 431 | 142 | 101 |
| Binary | 11000101 | 1001101 | 11111101 | 10110 | 1000110 | 0 | 1 | 100011001 | 1100010 | 1000001 |
Color Harmonies of #C54DFD
Complementary color
Monochromatic Colors of #C54DFD
Black with #C54DFD
Text Example
Text Example
White with #C54DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54DFD; }
p { color: rgb(197,77,253); }
H1.HeaderClassName
{
color: #C54DFD;
}
.AnyTagClassName
{
color: #C54DFD;
}
</style>
background-color css
<style>
a { background-color: #C54DFD; }
a { background-color: rgb(197,77,253); }
div.DivClassName
{
background-color: #C54DFD;
}
.BgClassName
{
background-color: #C54DFD;
}
</style>
border-color css
<style>
span { border-color: #C54DFD; }
span { border-color: rgb(197,77,253); }
td.TdClassName
{
border-color: #C54DFD;
}
.TagClassName
{
border-color: #C54DFD;
}
</style>