Shades of Medium Orchid #C54BF6
Tints of Medium Orchid #C54BF6
RGB
CMYK
RGB Variations
Color information
#C54BF6 (or 0xC54BF6) is known color: Medium Orchid. HEX triplet: C5, 4B and F6. RGB value is (197,75,246). Sum of RGB (Red+Green+Blue) = 197+75+246=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 75 (29.69% from 255 or 14.48% from 518); Blue value is 246 (96.48% from 255 or 47.49% from 518); Max value from RGB is 246 - color contains mainly: blue. Hex color #C54BF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C54BF6 is #3AB409. Grayscale: #828282. Windows color (decimal): -3847178 or 16141253. OLE color: 16141253.
HSL color Cylindrical-coordinate representation of color #C54BF6: hue angle of 282.81º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C54BF6 is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 75 | 246 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.04 |
| HSL | 282.81º | 0.9% | 0.63% | - |
| HSV(B) | 282.81º | 0.7% | 0.96% | - |
| XYZ | 42.18 | 23.56 | 89.51 | - |
| YUV | 130.97 | 192.92 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 246 | 0.20 | 0.70 | 0 | 0.04 | 282.81 | 0.9 | 0.63 |
| Hex | C5 | 4B | F6 | 14 | 46 | 0 | 4 | 11B | 5A | 3F |
| Octal | 305 | 113 | 366 | 24 | 106 | 0 | 4 | 433 | 132 | 77 |
| Binary | 11000101 | 1001011 | 11110110 | 10100 | 1000110 | 0 | 100 | 100011011 | 1011010 | 111111 |
Color Harmonies of #C54BF6
Complementary color
Monochromatic Colors of #C54BF6
Black with #C54BF6
Text Example
Text Example
White with #C54BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54BF6; }
p { color: rgb(197,75,246); }
H1.HeaderClassName
{
color: #C54BF6;
}
.AnyTagClassName
{
color: #C54BF6;
}
</style>
background-color css
<style>
a { background-color: #C54BF6; }
a { background-color: rgb(197,75,246); }
div.DivClassName
{
background-color: #C54BF6;
}
.BgClassName
{
background-color: #C54BF6;
}
</style>
border-color css
<style>
span { border-color: #C54BF6; }
span { border-color: rgb(197,75,246); }
td.TdClassName
{
border-color: #C54BF6;
}
.TagClassName
{
border-color: #C54BF6;
}
</style>