Shades of Medium Orchid #C54AF0
Tints of Medium Orchid #C54AF0
RGB
CMYK
RGB Variations
Color information
#C54AF0 (or 0xC54AF0) is known color: Medium Orchid. HEX triplet: C5, 4A and F0. RGB value is (197,74,240). Sum of RGB (Red+Green+Blue) = 197+74+240=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 74 (29.30% from 255 or 14.48% from 511); Blue value is 240 (94.14% from 255 or 46.97% from 511); Max value from RGB is 240 - color contains mainly: blue. Hex color #C54AF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C54AF0 is #3AB50F. Grayscale: #818181. Windows color (decimal): -3847440 or 15747781. OLE color: 15747781.
HSL color Cylindrical-coordinate representation of color #C54AF0: hue angle of 284.46º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C54AF0 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 197 | 74 | 240 | - |
CMYK | 0.18 | 0.69 | 0 | 0.06 |
HSL | 284.46º | 0.85% | 0.62% | - |
HSV(B) | 284.46º | 0.69% | 0.94% | - |
XYZ | 41.2 | 23.06 | 84.72 | - |
YUV | 129.7 | 190.25 | 176 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 74 | 240 | 0.18 | 0.69 | 0 | 0.06 | 284.46 | 0.85 | 0.62 |
Hex | C5 | 4A | F0 | 12 | 45 | 0 | 6 | 11C | 55 | 3E |
Octal | 305 | 112 | 360 | 22 | 105 | 0 | 6 | 434 | 125 | 76 |
Binary | 11000101 | 1001010 | 11110000 | 10010 | 1000101 | 0 | 110 | 100011100 | 1010101 | 111110 |
Color Harmonies of #C54AF0
Complementary color
Monochromatic Colors of #C54AF0
Black with #C54AF0
Text Example
Text Example
White with #C54AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54AF0; }
p { color: rgb(197,74,240); }
H1.HeaderClassName
{
color: #C54AF0;
}
.AnyTagClassName
{
color: #C54AF0;
}
</style>
background-color css
<style>
a { background-color: #C54AF0; }
a { background-color: rgb(197,74,240); }
div.DivClassName
{
background-color: #C54AF0;
}
.BgClassName
{
background-color: #C54AF0;
}
</style>
border-color css
<style>
span { border-color: #C54AF0; }
span { border-color: rgb(197,74,240); }
td.TdClassName
{
border-color: #C54AF0;
}
.TagClassName
{
border-color: #C54AF0;
}
</style>