Shades of Medium Orchid #C54CF3
Tints of Medium Orchid #C54CF3
RGB
CMYK
RGB Variations
Color information
#C54CF3 (or 0xC54CF3) is known color: Medium Orchid. HEX triplet: C5, 4C and F3. RGB value is (197,76,243). Sum of RGB (Red+Green+Blue) = 197+76+243=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 76 (30.08% from 255 or 14.73% from 516); Blue value is 243 (95.31% from 255 or 47.09% from 516); Max value from RGB is 243 - color contains mainly: blue. Hex color #C54CF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C54CF3 is #3AB30C. Grayscale: #828282. Windows color (decimal): -3846925 or 15944901. OLE color: 15944901.
HSL color Cylindrical-coordinate representation of color #C54CF3: hue angle of 283.47º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C54CF3 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 76 | 243 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.05 |
| HSL | 283.47º | 0.87% | 0.63% | - |
| HSV(B) | 283.47º | 0.69% | 0.95% | - |
| XYZ | 41.79 | 23.51 | 87.13 | - |
| YUV | 131.22 | 191.09 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 76 | 243 | 0.19 | 0.69 | 0 | 0.05 | 283.47 | 0.87 | 0.63 |
| Hex | C5 | 4C | F3 | 13 | 45 | 0 | 5 | 11B | 57 | 3F |
| Octal | 305 | 114 | 363 | 23 | 105 | 0 | 5 | 433 | 127 | 77 |
| Binary | 11000101 | 1001100 | 11110011 | 10011 | 1000101 | 0 | 101 | 100011011 | 1010111 | 111111 |
Color Harmonies of #C54CF3
Complementary color
Monochromatic Colors of #C54CF3
Black with #C54CF3
Text Example
Text Example
White with #C54CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54CF3; }
p { color: rgb(197,76,243); }
H1.HeaderClassName
{
color: #C54CF3;
}
.AnyTagClassName
{
color: #C54CF3;
}
</style>
background-color css
<style>
a { background-color: #C54CF3; }
a { background-color: rgb(197,76,243); }
div.DivClassName
{
background-color: #C54CF3;
}
.BgClassName
{
background-color: #C54CF3;
}
</style>
border-color css
<style>
span { border-color: #C54CF3; }
span { border-color: rgb(197,76,243); }
td.TdClassName
{
border-color: #C54CF3;
}
.TagClassName
{
border-color: #C54CF3;
}
</style>