Shades of Medium Orchid #C54BE5
Tints of Medium Orchid #C54BE5
RGB
CMYK
RGB Variations
Color information
#C54BE5 (or 0xC54BE5) is known color: Medium Orchid. HEX triplet: C5, 4B and E5. RGB value is (197,75,229). Sum of RGB (Red+Green+Blue) = 197+75+229=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 75 (29.69% from 255 or 14.97% from 501); Blue value is 229 (89.84% from 255 or 45.71% from 501); Max value from RGB is 229 - color contains mainly: blue. Hex color #C54BE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54BE5 is #3AB41A. Grayscale: #808080. Windows color (decimal): -3847195 or 15027141. OLE color: 15027141.
HSL color Cylindrical-coordinate representation of color #C54BE5: hue angle of 287.53º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C54BE5 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 75 | 229 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.10 |
| HSL | 287.53º | 0.75% | 0.6% | - |
| HSV(B) | 287.53º | 0.67% | 0.9% | - |
| XYZ | 39.68 | 22.56 | 76.39 | - |
| YUV | 129.03 | 184.42 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 229 | 0.14 | 0.67 | 0 | 0.10 | 287.53 | 0.75 | 0.6 |
| Hex | C5 | 4B | E5 | E | 43 | 0 | A | 120 | 4B | 3C |
| Octal | 305 | 113 | 345 | 16 | 103 | 0 | 12 | 440 | 113 | 74 |
| Binary | 11000101 | 1001011 | 11100101 | 1110 | 1000011 | 0 | 1010 | 100100000 | 1001011 | 111100 |
Color Harmonies of #C54BE5
Complementary color
Monochromatic Colors of #C54BE5
Black with #C54BE5
Text Example
Text Example
White with #C54BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54BE5; }
p { color: rgb(197,75,229); }
H1.HeaderClassName
{
color: #C54BE5;
}
.AnyTagClassName
{
color: #C54BE5;
}
</style>
background-color css
<style>
a { background-color: #C54BE5; }
a { background-color: rgb(197,75,229); }
div.DivClassName
{
background-color: #C54BE5;
}
.BgClassName
{
background-color: #C54BE5;
}
</style>
border-color css
<style>
span { border-color: #C54BE5; }
span { border-color: rgb(197,75,229); }
td.TdClassName
{
border-color: #C54BE5;
}
.TagClassName
{
border-color: #C54BE5;
}
</style>