Shades of Medium Orchid #C54FDD
Tints of Medium Orchid #C54FDD
RGB
CMYK
RGB Variations
Color information
#C54FDD (or 0xC54FDD) is known color: Medium Orchid. HEX triplet: C5, 4F and DD. RGB value is (197,79,221). Sum of RGB (Red+Green+Blue) = 197+79+221=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 79 (31.25% from 255 or 15.90% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #C54FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54FDD is #3AB022. Grayscale: #828282. Windows color (decimal): -3846179 or 14503877. OLE color: 14503877.
HSL color Cylindrical-coordinate representation of color #C54FDD: hue angle of 289.86º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C54FDD is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 79 | 221 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.13 |
| HSL | 289.86º | 0.68% | 0.59% | - |
| HSV(B) | 289.86º | 0.64% | 0.87% | - |
| XYZ | 38.87 | 22.68 | 70.74 | - |
| YUV | 130.47 | 179.09 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 79 | 221 | 0.11 | 0.64 | 0 | 0.13 | 289.86 | 0.68 | 0.59 |
| Hex | C5 | 4F | DD | B | 40 | 0 | D | 122 | 44 | 3B |
| Octal | 305 | 117 | 335 | 13 | 100 | 0 | 15 | 442 | 104 | 73 |
| Binary | 11000101 | 1001111 | 11011101 | 1011 | 1000000 | 0 | 1101 | 100100010 | 1000100 | 111011 |
Color Harmonies of #C54FDD
Complementary color
Monochromatic Colors of #C54FDD
Black with #C54FDD
Text Example
Text Example
White with #C54FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54FDD; }
p { color: rgb(197,79,221); }
H1.HeaderClassName
{
color: #C54FDD;
}
.AnyTagClassName
{
color: #C54FDD;
}
</style>
background-color css
<style>
a { background-color: #C54FDD; }
a { background-color: rgb(197,79,221); }
div.DivClassName
{
background-color: #C54FDD;
}
.BgClassName
{
background-color: #C54FDD;
}
</style>
border-color css
<style>
span { border-color: #C54FDD; }
span { border-color: rgb(197,79,221); }
td.TdClassName
{
border-color: #C54FDD;
}
.TagClassName
{
border-color: #C54FDD;
}
</style>