Shades of Medium Orchid #C54BEC
Tints of Medium Orchid #C54BEC
RGB
CMYK
RGB Variations
Color information
#C54BEC (or 0xC54BEC) is known color: Medium Orchid. HEX triplet: C5, 4B and EC. RGB value is (197,75,236). Sum of RGB (Red+Green+Blue) = 197+75+236=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 75 (29.69% from 255 or 14.76% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #C54BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C54BEC is #3AB413. Grayscale: #818181. Windows color (decimal): -3847188 or 15485893. OLE color: 15485893.
HSL color Cylindrical-coordinate representation of color #C54BEC: hue angle of 285.47º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C54BEC is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 75 | 236 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.07 |
| HSL | 285.47º | 0.81% | 0.61% | - |
| HSV(B) | 285.47º | 0.68% | 0.93% | - |
| XYZ | 40.68 | 22.96 | 81.64 | - |
| YUV | 129.83 | 187.92 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 236 | 0.17 | 0.68 | 0 | 0.07 | 285.47 | 0.81 | 0.61 |
| Hex | C5 | 4B | EC | 11 | 44 | 0 | 7 | 11D | 51 | 3D |
| Octal | 305 | 113 | 354 | 21 | 104 | 0 | 7 | 435 | 121 | 75 |
| Binary | 11000101 | 1001011 | 11101100 | 10001 | 1000100 | 0 | 111 | 100011101 | 1010001 | 111101 |
Color Harmonies of #C54BEC
Complementary color
Monochromatic Colors of #C54BEC
Black with #C54BEC
Text Example
Text Example
White with #C54BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54BEC; }
p { color: rgb(197,75,236); }
H1.HeaderClassName
{
color: #C54BEC;
}
.AnyTagClassName
{
color: #C54BEC;
}
</style>
background-color css
<style>
a { background-color: #C54BEC; }
a { background-color: rgb(197,75,236); }
div.DivClassName
{
background-color: #C54BEC;
}
.BgClassName
{
background-color: #C54BEC;
}
</style>
border-color css
<style>
span { border-color: #C54BEC; }
span { border-color: rgb(197,75,236); }
td.TdClassName
{
border-color: #C54BEC;
}
.TagClassName
{
border-color: #C54BEC;
}
</style>