Shades of Medium Orchid #C540FA
Tints of Medium Orchid #C540FA
RGB
CMYK
RGB Variations
Color information
#C540FA (or 0xC540FA) is known color: Medium Orchid. HEX triplet: C5, 40 and FA. RGB value is (197,64,250). Sum of RGB (Red+Green+Blue) = 197+64+250=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 64 (25.39% from 255 or 12.52% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #C540FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C540FA is #3ABF05. Grayscale: #7C7C7C. Windows color (decimal): -3849990 or 16400581. OLE color: 16400581.
HSL color Cylindrical-coordinate representation of color #C540FA: hue angle of 282.9º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C540FA is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 64 | 250 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.02 |
| HSL | 282.9º | 0.95% | 0.62% | - |
| HSV(B) | 282.9º | 0.74% | 0.98% | - |
| XYZ | 42.11 | 22.44 | 92.55 | - |
| YUV | 124.97 | 198.56 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 250 | 0.21 | 0.74 | 0 | 0.02 | 282.9 | 0.95 | 0.62 |
| Hex | C5 | 40 | FA | 15 | 4A | 0 | 2 | 11B | 5F | 3E |
| Octal | 305 | 100 | 372 | 25 | 112 | 0 | 2 | 433 | 137 | 76 |
| Binary | 11000101 | 1000000 | 11111010 | 10101 | 1001010 | 0 | 10 | 100011011 | 1011111 | 111110 |
Color Harmonies of #C540FA
Complementary color
Monochromatic Colors of #C540FA
Black with #C540FA
Text Example
Text Example
White with #C540FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C540FA; }
p { color: rgb(197,64,250); }
H1.HeaderClassName
{
color: #C540FA;
}
.AnyTagClassName
{
color: #C540FA;
}
</style>
background-color css
<style>
a { background-color: #C540FA; }
a { background-color: rgb(197,64,250); }
div.DivClassName
{
background-color: #C540FA;
}
.BgClassName
{
background-color: #C540FA;
}
</style>
border-color css
<style>
span { border-color: #C540FA; }
span { border-color: rgb(197,64,250); }
td.TdClassName
{
border-color: #C540FA;
}
.TagClassName
{
border-color: #C540FA;
}
</style>