Shades of Medium Orchid #C540FB
Tints of Medium Orchid #C540FB
RGB
CMYK
RGB Variations
Color information
#C540FB (or 0xC540FB) is known color: Medium Orchid. HEX triplet: C5, 40 and FB. RGB value is (197,64,251). Sum of RGB (Red+Green+Blue) = 197+64+251=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 64 (25.39% from 255 or 12.5% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #C540FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C540FB is #3ABF04. Grayscale: #7C7C7C. Windows color (decimal): -3849989 or 16466117. OLE color: 16466117.
HSL color Cylindrical-coordinate representation of color #C540FB: hue angle of 282.67º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C540FB is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 64 | 251 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.02 |
| HSL | 282.67º | 0.96% | 0.62% | - |
| HSV(B) | 282.67º | 0.75% | 0.98% | - |
| XYZ | 42.27 | 22.5 | 93.38 | - |
| YUV | 125.09 | 199.06 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 251 | 0.22 | 0.75 | 0 | 0.02 | 282.67 | 0.96 | 0.62 |
| Hex | C5 | 40 | FB | 16 | 4B | 0 | 2 | 11B | 60 | 3E |
| Octal | 305 | 100 | 373 | 26 | 113 | 0 | 2 | 433 | 140 | 76 |
| Binary | 11000101 | 1000000 | 11111011 | 10110 | 1001011 | 0 | 10 | 100011011 | 1100000 | 111110 |
Color Harmonies of #C540FB
Complementary color
Monochromatic Colors of #C540FB
Black with #C540FB
Text Example
Text Example
White with #C540FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C540FB; }
p { color: rgb(197,64,251); }
H1.HeaderClassName
{
color: #C540FB;
}
.AnyTagClassName
{
color: #C540FB;
}
</style>
background-color css
<style>
a { background-color: #C540FB; }
a { background-color: rgb(197,64,251); }
div.DivClassName
{
background-color: #C540FB;
}
.BgClassName
{
background-color: #C540FB;
}
</style>
border-color css
<style>
span { border-color: #C540FB; }
span { border-color: rgb(197,64,251); }
td.TdClassName
{
border-color: #C540FB;
}
.TagClassName
{
border-color: #C540FB;
}
</style>