Shades of Medium Orchid #C154D9
Tints of Medium Orchid #C154D9
RGB
CMYK
RGB Variations
Color information
#C154D9 (or 0xC154D9) is known color: Medium Orchid. HEX triplet: C1, 54 and D9. RGB value is (193,84,217). Sum of RGB (Red+Green+Blue) = 193+84+217=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 84 (33.20% from 255 or 17.00% from 494); Blue value is 217 (85.16% from 255 or 43.93% from 494); Max value from RGB is 217 - color contains mainly: blue. Hex color #C154D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C154D9 is #3EAB26. Grayscale: #838383. Windows color (decimal): -4107047 or 14243009. OLE color: 14243009.
HSL color Cylindrical-coordinate representation of color #C154D9: hue angle of 289.17º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C154D9 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 84 | 217 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.15 |
| HSL | 289.17º | 0.64% | 0.59% | - |
| HSV(B) | 289.17º | 0.61% | 0.85% | - |
| XYZ | 37.69 | 22.69 | 68.04 | - |
| YUV | 131.75 | 176.11 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 84 | 217 | 0.11 | 0.61 | 0 | 0.15 | 289.17 | 0.64 | 0.59 |
| Hex | C1 | 54 | D9 | B | 3D | 0 | F | 121 | 40 | 3B |
| Octal | 301 | 124 | 331 | 13 | 75 | 0 | 17 | 441 | 100 | 73 |
| Binary | 11000001 | 1010100 | 11011001 | 1011 | 111101 | 0 | 1111 | 100100001 | 1000000 | 111011 |
Color Harmonies of #C154D9
Complementary color
Monochromatic Colors of #C154D9
Black with #C154D9
Text Example
Text Example
White with #C154D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C154D9; }
p { color: rgb(193,84,217); }
H1.HeaderClassName
{
color: #C154D9;
}
.AnyTagClassName
{
color: #C154D9;
}
</style>
background-color css
<style>
a { background-color: #C154D9; }
a { background-color: rgb(193,84,217); }
div.DivClassName
{
background-color: #C154D9;
}
.BgClassName
{
background-color: #C154D9;
}
</style>
border-color css
<style>
span { border-color: #C154D9; }
span { border-color: rgb(193,84,217); }
td.TdClassName
{
border-color: #C154D9;
}
.TagClassName
{
border-color: #C154D9;
}
</style>