Shades of Medium Orchid #C54BDE
Tints of Medium Orchid #C54BDE
RGB
CMYK
RGB Variations
Color information
#C54BDE (or 0xC54BDE) is known color: Medium Orchid. HEX triplet: C5, 4B and DE. RGB value is (197,75,222). Sum of RGB (Red+Green+Blue) = 197+75+222=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 75 (29.69% from 255 or 15.18% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #C54BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54BDE is #3AB421. Grayscale: #7F7F7F. Windows color (decimal): -3847202 or 14568389. OLE color: 14568389.
HSL color Cylindrical-coordinate representation of color #C54BDE: hue angle of 289.8º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C54BDE is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 75 | 222 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.13 |
| HSL | 289.8º | 0.69% | 0.58% | - |
| HSV(B) | 289.8º | 0.66% | 0.87% | - |
| XYZ | 38.73 | 22.18 | 71.35 | - |
| YUV | 128.24 | 180.92 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 222 | 0.11 | 0.66 | 0 | 0.13 | 289.8 | 0.69 | 0.58 |
| Hex | C5 | 4B | DE | B | 42 | 0 | D | 122 | 45 | 3A |
| Octal | 305 | 113 | 336 | 13 | 102 | 0 | 15 | 442 | 105 | 72 |
| Binary | 11000101 | 1001011 | 11011110 | 1011 | 1000010 | 0 | 1101 | 100100010 | 1000101 | 111010 |
Color Harmonies of #C54BDE
Complementary color
Monochromatic Colors of #C54BDE
Black with #C54BDE
Text Example
Text Example
White with #C54BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54BDE; }
p { color: rgb(197,75,222); }
H1.HeaderClassName
{
color: #C54BDE;
}
.AnyTagClassName
{
color: #C54BDE;
}
</style>
background-color css
<style>
a { background-color: #C54BDE; }
a { background-color: rgb(197,75,222); }
div.DivClassName
{
background-color: #C54BDE;
}
.BgClassName
{
background-color: #C54BDE;
}
</style>
border-color css
<style>
span { border-color: #C54BDE; }
span { border-color: rgb(197,75,222); }
td.TdClassName
{
border-color: #C54BDE;
}
.TagClassName
{
border-color: #C54BDE;
}
</style>