Shades of Medium Orchid #C54BF9
Tints of Medium Orchid #C54BF9
RGB
CMYK
RGB Variations
Color information
#C54BF9 (or 0xC54BF9) is known color: Medium Orchid. HEX triplet: C5, 4B and F9. RGB value is (197,75,249). Sum of RGB (Red+Green+Blue) = 197+75+249=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 75 (29.69% from 255 or 14.40% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #C54BF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C54BF9 is #3AB406. Grayscale: #828282. Windows color (decimal): -3847175 or 16337861. OLE color: 16337861.
HSL color Cylindrical-coordinate representation of color #C54BF9: hue angle of 282.07º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C54BF9 is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 75 | 249 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.02 |
| HSL | 282.07º | 0.94% | 0.64% | - |
| HSV(B) | 282.07º | 0.7% | 0.98% | - |
| XYZ | 42.64 | 23.74 | 91.96 | - |
| YUV | 131.31 | 194.42 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 249 | 0.21 | 0.70 | 0 | 0.02 | 282.07 | 0.94 | 0.64 |
| Hex | C5 | 4B | F9 | 15 | 46 | 0 | 2 | 11A | 5E | 40 |
| Octal | 305 | 113 | 371 | 25 | 106 | 0 | 2 | 432 | 136 | 100 |
| Binary | 11000101 | 1001011 | 11111001 | 10101 | 1000110 | 0 | 10 | 100011010 | 1011110 | 1000000 |
Color Harmonies of #C54BF9
Complementary color
Monochromatic Colors of #C54BF9
Black with #C54BF9
Text Example
Text Example
White with #C54BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54BF9; }
p { color: rgb(197,75,249); }
H1.HeaderClassName
{
color: #C54BF9;
}
.AnyTagClassName
{
color: #C54BF9;
}
</style>
background-color css
<style>
a { background-color: #C54BF9; }
a { background-color: rgb(197,75,249); }
div.DivClassName
{
background-color: #C54BF9;
}
.BgClassName
{
background-color: #C54BF9;
}
</style>
border-color css
<style>
span { border-color: #C54BF9; }
span { border-color: rgb(197,75,249); }
td.TdClassName
{
border-color: #C54BF9;
}
.TagClassName
{
border-color: #C54BF9;
}
</style>