Shades of Medium Orchid #C54FDF
Tints of Medium Orchid #C54FDF
RGB
CMYK
RGB Variations
Color information
#C54FDF (or 0xC54FDF) is known color: Medium Orchid. HEX triplet: C5, 4F and DF. RGB value is (197,79,223). Sum of RGB (Red+Green+Blue) = 197+79+223=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 79 (31.25% from 255 or 15.83% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #C54FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54FDF is #3AB020. Grayscale: #828282. Windows color (decimal): -3846177 or 14634949. OLE color: 14634949.
HSL color Cylindrical-coordinate representation of color #C54FDF: hue angle of 289.17º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C54FDF is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 79 | 223 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.13 |
| HSL | 289.17º | 0.69% | 0.59% | - |
| HSV(B) | 289.17º | 0.65% | 0.87% | - |
| XYZ | 39.14 | 22.79 | 72.15 | - |
| YUV | 130.7 | 180.09 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 79 | 223 | 0.12 | 0.65 | 0 | 0.13 | 289.17 | 0.69 | 0.59 |
| Hex | C5 | 4F | DF | C | 41 | 0 | D | 121 | 45 | 3B |
| Octal | 305 | 117 | 337 | 14 | 101 | 0 | 15 | 441 | 105 | 73 |
| Binary | 11000101 | 1001111 | 11011111 | 1100 | 1000001 | 0 | 1101 | 100100001 | 1000101 | 111011 |
Color Harmonies of #C54FDF
Complementary color
Monochromatic Colors of #C54FDF
Black with #C54FDF
Text Example
Text Example
White with #C54FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54FDF; }
p { color: rgb(197,79,223); }
H1.HeaderClassName
{
color: #C54FDF;
}
.AnyTagClassName
{
color: #C54FDF;
}
</style>
background-color css
<style>
a { background-color: #C54FDF; }
a { background-color: rgb(197,79,223); }
div.DivClassName
{
background-color: #C54FDF;
}
.BgClassName
{
background-color: #C54FDF;
}
</style>
border-color css
<style>
span { border-color: #C54FDF; }
span { border-color: rgb(197,79,223); }
td.TdClassName
{
border-color: #C54FDF;
}
.TagClassName
{
border-color: #C54FDF;
}
</style>