Shades of Medium Orchid #C54CF2
Tints of Medium Orchid #C54CF2
RGB
CMYK
RGB Variations
Color information
#C54CF2 (or 0xC54CF2) is known color: Medium Orchid. HEX triplet: C5, 4C and F2. RGB value is (197,76,242). Sum of RGB (Red+Green+Blue) = 197+76+242=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 76 (30.08% from 255 or 14.76% from 515); Blue value is 242 (94.92% from 255 or 46.99% from 515); Max value from RGB is 242 - color contains mainly: blue. Hex color #C54CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C54CF2 is #3AB30D. Grayscale: #828282. Windows color (decimal): -3846926 or 15879365. OLE color: 15879365.
HSL color Cylindrical-coordinate representation of color #C54CF2: hue angle of 283.73º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C54CF2 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 76 | 242 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.05 |
| HSL | 283.74º | 0.86% | 0.62% | - |
| HSV(B) | 283.74º | 0.69% | 0.95% | - |
| XYZ | 41.64 | 23.45 | 86.34 | - |
| YUV | 131.1 | 190.59 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 76 | 242 | 0.19 | 0.69 | 0 | 0.05 | 283.74 | 0.86 | 0.62 |
| Hex | C5 | 4C | F2 | 13 | 45 | 0 | 5 | 11C | 56 | 3E |
| Octal | 305 | 114 | 362 | 23 | 105 | 0 | 5 | 434 | 126 | 76 |
| Binary | 11000101 | 1001100 | 11110010 | 10011 | 1000101 | 0 | 101 | 100011100 | 1010110 | 111110 |
Color Harmonies of #C54CF2
Complementary color
Monochromatic Colors of #C54CF2
Black with #C54CF2
Text Example
Text Example
White with #C54CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54CF2; }
p { color: rgb(197,76,242); }
H1.HeaderClassName
{
color: #C54CF2;
}
.AnyTagClassName
{
color: #C54CF2;
}
</style>
background-color css
<style>
a { background-color: #C54CF2; }
a { background-color: rgb(197,76,242); }
div.DivClassName
{
background-color: #C54CF2;
}
.BgClassName
{
background-color: #C54CF2;
}
</style>
border-color css
<style>
span { border-color: #C54CF2; }
span { border-color: rgb(197,76,242); }
td.TdClassName
{
border-color: #C54CF2;
}
.TagClassName
{
border-color: #C54CF2;
}
</style>