Shades of Medium Orchid #C54CF9
Tints of Medium Orchid #C54CF9
RGB
CMYK
RGB Variations
Color information
#C54CF9 (or 0xC54CF9) is known color: Medium Orchid. HEX triplet: C5, 4C and F9. RGB value is (197,76,249). Sum of RGB (Red+Green+Blue) = 197+76+249=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 76 (30.08% from 255 or 14.56% from 522); Blue value is 249 (97.66% from 255 or 47.70% from 522); Max value from RGB is 249 - color contains mainly: blue. Hex color #C54CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C54CF9 is #3AB306. Grayscale: #838383. Windows color (decimal): -3846919 or 16338117. OLE color: 16338117.
HSL color Cylindrical-coordinate representation of color #C54CF9: hue angle of 281.97º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C54CF9 is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 76 | 249 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.02 |
| HSL | 281.97º | 0.94% | 0.64% | - |
| HSV(B) | 281.97º | 0.69% | 0.98% | - |
| XYZ | 42.71 | 23.88 | 91.98 | - |
| YUV | 131.9 | 194.09 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 76 | 249 | 0.21 | 0.69 | 0 | 0.02 | 281.97 | 0.94 | 0.64 |
| Hex | C5 | 4C | F9 | 15 | 45 | 0 | 2 | 11A | 5E | 40 |
| Octal | 305 | 114 | 371 | 25 | 105 | 0 | 2 | 432 | 136 | 100 |
| Binary | 11000101 | 1001100 | 11111001 | 10101 | 1000101 | 0 | 10 | 100011010 | 1011110 | 1000000 |
Color Harmonies of #C54CF9
Complementary color
Monochromatic Colors of #C54CF9
Black with #C54CF9
Text Example
Text Example
White with #C54CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54CF9; }
p { color: rgb(197,76,249); }
H1.HeaderClassName
{
color: #C54CF9;
}
.AnyTagClassName
{
color: #C54CF9;
}
</style>
background-color css
<style>
a { background-color: #C54CF9; }
a { background-color: rgb(197,76,249); }
div.DivClassName
{
background-color: #C54CF9;
}
.BgClassName
{
background-color: #C54CF9;
}
</style>
border-color css
<style>
span { border-color: #C54CF9; }
span { border-color: rgb(197,76,249); }
td.TdClassName
{
border-color: #C54CF9;
}
.TagClassName
{
border-color: #C54CF9;
}
</style>